|
|
#1 |
|
Junior Member
Join Date: Nov 2005
Location: Netherlands
Posts: 43
|
Debugging in silent mode
How can I debug a silent installer? Is there any way to do printf/messagebox type output?
|
|
|
|
|
|
#2 |
|
NSIS Dev
Join Date: Feb 2003
Location: Boston, MA, U.S.A.
Posts: 455
|
The DumpState plugin might work.
Alternatively you can open a file in the code and write to it. Easy way- write to an INI file. Make up a section name and the key names can be sequential numbers. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2005
Location: Netherlands
Posts: 43
|
Apologies, dumb question. MessageBoxes are working fine.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|