Forum: NSIS Discussion
4th December 2008, 13:46
|
|
Replies: 1
Views: 1,313
uninstall string
I am making an installer that will have to install three different software exe. I am able to do that fine but I am having a hard time with the uninstall. How can I make an uninstall that calls three...
|
Forum: NSIS Discussion
4th December 2008, 13:38
|
|
Replies: 3
Views: 1,761
|
Forum: NSIS Discussion
3rd December 2008, 14:47
|
|
Replies: 1
Views: 1,052
validating system on install
I am trying to detect if software is install and if it is then have in script not reinstall it. I am using .onInit function with a ReadRegstr command read the user register looking if the software. I...
|
Forum: NSIS Discussion
2nd December 2008, 20:29
|
|
Replies: 3
Views: 1,761
prerequisites before install
I have an .onInit Function that query the user computer registry. How can I skip one of the Section of code? I try to make an if statement around the section but it only ways to be in the section....
|
Forum: NSIS Discussion
2nd December 2008, 18:23
|
|
Replies: 1
Views: 1,369
Help with uninstall
I was able to make the install.exe but now I am having a hard time making the uninstall. I am able to unstall the software using VBS file using the Set WshShell command. Any help will be great
thanks
|