Archive: Setup Crash...


Setup Crash...
Ok thats a problem...

With the help of many hard working people in this forum
(btw thank you all) I've built my two setups...

Executing the ServerSetup I've spotted a very big bug!

The default Target Directory for my Setup was C:\Test\Ä21, running the Installer, using the default target dir, it installs the Files into my Temp folder...

I'll attach the Script...

no idea what happened...:(


I don't know... maybe this line:


CopyFiles "$EXEDIR\aeskulab21.ini" "$INSTDIR" 0

To:

CopyFiles "$EXEDIR\aeskulab21.ini" "$INSTDIR"

I don't see anything wrong with the code...

Sorry Lobo, I have over-reacted...only the displayed var uses the Temp folder(I did not notice that unfortunately), got still no Idea, but I think I shouldn't worry about this... other Problem, about which I worry more (was this the right grammar?):

If you have checked the Script, you have seen that I want the user to choose his DB between SQL/MSDE and Oracle but anyway in the INI (In which the server Value is SQL by default)which I want to change and in the IO-INI-File there is no change like this... The Code I mean is between Line 112 and 155

*argh*

maybe It'll work if I threat NSIS :rolleyes:

so long -L-B-


The key in InstallDirRegKey you've specified might have contained $TEMP from previous installations. That could cause the installer to use $TEMP.

Use a full path when you open, delete and copy over aeskulab21.ini. That should solve the SQL/MSDE/Oracle selection problem.