LazyBear
29th December 2003 14:57 UTC
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...:(
Joel
29th December 2003 16:22 UTC
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...
LazyBear
30th December 2003 07:10 UTC
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-
kichik
1st January 2004 17:08 UTC
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.