Forum: NSIS Discussion
16th May 2009, 20:04
|
|
Replies: 4
Views: 2,602
|
Forum: NSIS Discussion
16th May 2009, 15:51
|
|
Replies: 4
Views: 2,602
|
Forum: NSIS Discussion
16th May 2009, 00:34
|
|
Replies: 4
Views: 2,602
Find and uninstall old version
I'm trying to find an old version of a program and uninstall that version before continuing with the installation. This is what I have so far
Function OldVer
IfFileExists $INSTDIR\uninst.exe 0...
|
Forum: NSIS Discussion
13th April 2009, 01:23
|
|
Replies: 1
Views: 1,552
Command Line Args?
Is it possible to set the installer up to accept and use command line arguments?
|