Forum: NSIS Discussion
6th July 2007, 16:17
|
|
Replies: 1
Views: 1,147
Why Doesn't This Script Work for me
This script is doing two things first of all it is searching for a specific registry key to get the install path and also making sure that the program this addon is inteded for is installed, this...
|
Forum: NSIS Discussion
2nd July 2007, 21:53
|
|
Replies: 7
Views: 3,219
Perhaps its an Error on my part
Well I am not trying to kill a process just find out if its working perhaps i scripted this wrong i'll attach the way i've been using it with no luck.
Function .onInit
ReadRegStr $R1 HKLM...
|
Forum: NSIS Discussion
1st July 2007, 23:57
|
|
Replies: 7
Views: 3,219
Process Plugins that work with Vista
I am having a problem with the process addons I have attempted to use I am not sure if it is because of Vista or not but there is no logical reason that the code shouldn't work.
The ones i've...
|