mdlazreg
1st May 2004 00:06 UTC
DumpLog in silent mode
I have been using the function Dumplog to create an install.log file that captures the details of my installation. It looks however that this Dumplog will not work if I run my installer in silent mode.
Is there anyway I can still create an install.log even while installing silently?
Thanks for any help.
kichik
1st May 2004 20:46 UTC
You can compile in the log option (look it up in config.h). If you don't have a compiler you can use the special build from the downloads page (http://nsis.sourceforge.net/download/special_builds/).
bluenet
1st May 2004 21:01 UTC
Hi,I want to know why not enable log option by default?
I think it is useful to make a auto-uninstall function by log file.
kichik
1st May 2004 21:05 UTC
Because it's bloat. As simple as that :)
It's intended for debug purposes only.
bluenet
2nd May 2004 05:00 UTC
I want to update platform (http://www.microsoft.com/msdownload/...sdk/sdkupdate/) to recomplie makensis.exe,but I don't know which one is necessary.Windows Installer SDK (Version 2.0)?
The following SDKs are installed on my computer.
Common Setup Files
WMI SDK
Core SDK (Windows Server 2003)
Internet Development SDK (Version 6.0)
Internet Information Server SDK (Version 5.1)
But the CopyFiles's bug still.
Joost Verburg
2nd May 2004 10:08 UTC
You only need the latest Core SDK. Make sure you have set up Visual Studio integration.