Forum: NSIS Discussion
3rd February 2004, 18:41
|
|
Replies: 15
Views: 8,998
One more question:
ExecWait...
One more question:
ExecWait '$TEMP\dotnetfx.exe /q:a/c:$\"install /l /q$\"' $1
It takes quite some time to finish the dotnetfx execution, and the installation program just seems hangs and stops...
|
Forum: NSIS Discussion
3rd February 2004, 18:34
|
|
Replies: 15
Views: 8,998
Thanks, I'm using ExecWait now and sorry, the...
Thanks, I'm using ExecWait now and sorry, the second one shouldn't have backslash.
Another question regarding this:
I'd like to test that whenever the error message generated by dotnetfx.exe...
|
Forum: NSIS Discussion
3rd February 2004, 00:54
|
|
Replies: 15
Views: 8,998
.Net Framework Installation
I need to install .Net Framework and I need
1.silent installation of dotnetfx.exe
2.need to get the return code(error code, reboot etc as Microsoft's website described...
|
Forum: NSIS Discussion
31st January 2004, 00:48
|
|
Replies: 8
Views: 2,693
If I use the faq's script(ExecWait...
If I use the faq's script(ExecWait '"$INSTDIR\uninstall.exe" _?=$INSTDIR') , then my application's folder can't be totally cleaned up.
If I use this (ExecWait ExecWait '"$INSTDIR\uninst.exe"'),...
|
Forum: NSIS Discussion
30th January 2004, 18:36
|
|
Replies: 12
Views: 5,170
|
Forum: NSIS Discussion
26th January 2004, 22:35
|
|
Replies: 5
Views: 5,180
|
Forum: NSIS Discussion
26th January 2004, 21:34
|
|
Replies: 5
Views: 5,180
|
Forum: NSIS Discussion
26th January 2004, 18:42
|
|
Replies: 5
Views: 5,180
Merge Module(.msm)
How do I install merge module(.msm) from NSIS? It seems that merge module can only be merged into .msi, so I'm wondering is there any way to solve this problem in NSIS?
Thank you.
|