PTKWulfila
25th September 2008 10:39 UTC
Exception while starting created installer
Need your help:
I have created an installation with NSIS, but on some computers it causes an exception before it starts with the first page :(
Other installs created with NSIS do work on that special computer
On other computers the same install does work!
Does anybody as an idea? Where shall I search for that problem? How can I debug this. The computer seems not to be that much different (same OS, same company network)
Many thanks,
PTKWulfila
kichik
25th September 2008 21:38 UTC
What exactly do you mean by exception and what exactly does your installer do?
PTKWulfila
27th September 2008 20:57 UTC
Problem found
The problem is the SetEnviroment command I used as it is shown in the tutorials:
System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("name", "value").r0'
This does not work on all computers. I found a workaround to work without enviroment variable, but does anybody know how to set the envvar without this problems?
kichik
27th September 2008 21:03 UTC
Again, what problems?
PTKWulfila
28th September 2008 19:01 UTC
Problems
It ist just the standard Windows dialog - the problem has run into an error and must be closed:
Debug , Do not send, Send report
Just the standard !!!
I can not say more than this - sorry :(
kichik
28th September 2008 22:21 UTC
There should be a "more details" link or button. Click on that and post the information from there.