Forum: NSIS Discussion
3rd November 2005, 09:01
|
|
Replies: 12
Views: 2,616
|
Forum: NSIS Discussion
3rd November 2005, 08:36
|
|
Replies: 12
Views: 2,616
Hi Afrow,
I create a folder in the startup...
Hi Afrow,
I create a folder in the startup menu. I think I have to save the name of this folder, don't I?
The user can change the name of this folder while installing the program. If he uses the...
|
Forum: NSIS Discussion
2nd November 2005, 14:44
|
|
Replies: 12
Views: 2,616
Hi Instructor,
ok. Now I can understand the...
Hi Instructor,
ok. Now I can understand the problem. I don't want to write anything in the registry. I'am afraid of deleting something really important when I try to delete my entries. I will...
|
Forum: NSIS Discussion
2nd November 2005, 08:09
|
|
Replies: 12
Views: 2,616
Hi Instructor,
but I can remove the whole...
Hi Instructor,
but I can remove the whole program. Only the shortcuts are the problem. Why can I remove the program? I thought the real values were written in the uninstaller but not the...
|
Forum: NSIS Discussion
1st November 2005, 09:19
|
|
Replies: 12
Views: 2,616
Hi Afrow,
therefore I use Delete...
Hi Afrow,
therefore I use Delete "$SMPROGRAMS\Analyzer 1.0\*.*" It should clear the directory. I don't want to use RMDir /r because I'am afraid of killing the whole start menu if I make a mistake...
|
Forum: NSIS Discussion
31st October 2005, 22:03
|
|
Replies: 12
Views: 2,616
Delete shortcuts in start menu
Hello,
I have got a problem with deleting the shortcuts in the start menu while uninstalling the program. I have read the posts in the forum but I did not find a solution.
I write the shortcuts...
|