![]() |
#1 |
Junior Member
Join Date: Mar 2014
Posts: 26
|
![]()
hello ,
my problem is: how can i create two or three uninstaller in a installer,, beause i have some module ex: module1, module2 .... and i want to module1 have an uninstaller,, module2 have an uninstaller too.. my code: Section "un.module1" Section Section "un.module2" Section i want to have two uninstaller is uninstall1 and uninstall2 ,,when i click uninstall1, it will uninstall module1,,when i click uninstall2,,,it will uninstall module2 |
![]() |
![]() |
![]() |
#2 | |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,337
|
NSIS was not really designed to support this scenario, you might want to consider creating a full installer/uninstaller for each module.
If you really must do this: Quote:
IntOp $PostCount $PostCount + 1 |
|
![]() |
![]() |
![]() |
|
Tags |
nsis, uninstaller |
Thread Tools | Search this Thread |
Display Modes | |
|
|