Forum: NSIS Discussion
3rd June 2004, 04:29
|
|
Replies: 6
Views: 3,412
|
Forum: NSIS Discussion
3rd June 2004, 04:24
|
|
Replies: 5
Views: 3,706
I tried it but I can't get it to work. Why...
I tried it but I can't get it to work. Why doesn't the MUI_FINISHPAGE_RUN_PARAMETERS macro just work? You should be using ShellExecute and you should just quote the parameter. Then it would work. ...
|
Forum: NSIS Discussion
3rd June 2004, 01:01
|
|
Replies: 6
Views: 3,412
Shared DLLs usage count
I would to know if there is a way to automatically handle usage counting for shared DLLs. As you must know, Windows has a mechanism to keep count of shared DLLs, so that setup programs can know when...
|
Forum: NSIS Discussion
2nd June 2004, 03:13
|
|
Replies: 5
Views: 3,706
Thank you. I will try it.
While I have...
Thank you. I will try it.
While I have someones attention, I would very much like to know if there is a way to automatically handle usage counting for shared DLLs. As you must know, Windows has...
|
Forum: NSIS Discussion
1st June 2004, 22:49
|
|
Replies: 5
Views: 3,706
Can't run program with parameter
Hello. I want to give the option of running the program with a command line param at the end of the install. So I define these macros.
!define MUI_FINISHPAGE_RUN "$INSTDIR\SqlitePlus.exe"
!define...
|