Archive: Packages built on win2k server machine have problems with InstallOptions


Packages built on win2k server machine have problems with InstallOptions
I'm still having this issue where when I build a package on a win2k server machine that the welcome/finish image doesn't show up on windows 95 and windows 98 machines.

Also, custom dialogs created using InstallOptions show up as blank screens.


I am running nsis 2.0b3 and had this problem with previous versions. Packages built on Win2k Pro machines work just fine.


Are you sure you are not writing Unicode INI files? Can you please attach an example script and its output on that W2K machine for the welcome/finish image issue?


Sure, can I send them to you via e-mail though?

The ini files are stored as ascii. The ioSpecial.ini is the default one. The example programs (WelcomeFinish.nsi, InstallOptions.nsi) work correctly on win 9x when built on this machine. The log doesn't seem to indicate any error.


Is there anything special about the Win2k Server System? Multiprocessor or something like that?

Do you have other Win2k Servers to test?


I just figured it out, when kichik asked me if the files were in Unicode I thought of a problem we've been having with our source control system, perforce. The INI files were in the repository as text, and they should have been in there as binary.

Thanks for the help. I might not have thought of it.