|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Jan 2012
Posts: 7
|
how to use uninst.exe in separate folder of same application path
Hi,
In my application i have to keep my uninst.exe file in uninstall folder of the application path. I tried but i'm not getting the uninst.exe file and uninstall folder. how to place.. Thanks in advance...
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
WriteUninstaller? Note that it requires a full path not a relative one.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jul 2011
Posts: 8
|
ya I used the same thing..
Actually i want to create my uninstaller inside the uninstall folder in the Application path. It's creating but the uninstaller not removing the files from the application path. |
|
|
|
|
|
#4 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,775
|
$instdir in the uninstaller is the folder the uninstaller is in. If you put it in a subfolder you can do:
Quote:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Jul 2011
Posts: 8
|
I changed the string value of $INSTDIR and now it's working fine.
Thanks a lot....
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|