Forum: NSIS Discussion
20th March 2007, 14:14
|
|
Replies: 10
Views: 2,472
|
Forum: NSIS Discussion
20th March 2007, 13:21
|
|
Replies: 10
Views: 2,472
|
Forum: NSIS Discussion
20th March 2007, 12:01
|
|
Replies: 10
Views: 2,472
ok i have done this:
Name "my app"
OutFile...
ok i have done this:
Name "my app"
OutFile "myapp.exe"
InstallDirRegKey HKLM "${regkey}" ""
i tested the installer but what i should do so when i try to use the installer will warn me that i...
|
Forum: NSIS Discussion
19th March 2007, 14:13
|
|
Replies: 10
Views: 2,472
|
Forum: NSIS Discussion
19th March 2007, 13:48
|
|
Replies: 10
Views: 2,472
|
Forum: NSIS Discussion
19th March 2007, 11:47
|
|
Replies: 10
Views: 2,472
Find if a previous soft is installed
Hi, i am a newbie on NSIS and also on this forum. The script that i wrote installs a soft in a directory that i choose. Is there a way to find out if the soft is already installed on the computer,...
|