bambou51
12th May 2006, 10:39
I am creating an NSIS setup to act like our previous installshield setup.
Everything is fine except for a driver installation.
I just have a driver to install (using setup.exe)
SetOutPath "$EXEDIR\DRIVERS\"
ClearErrors
ExecWait '"SETUP.EXE"' $0
IfErrors 0 +2
MessageBox MB_Ok "Error during Driver installation: $0"
...
It is working fine, but on the next use of the driver (if I go back to the previous step of my setup for example), I got the f?*%ing blue screen of windows because of a file of my driver.
Problem is, that doing the exact same thing with installshield or by hand everything is working fine.
Everything is fine except for a driver installation.
I just have a driver to install (using setup.exe)
SetOutPath "$EXEDIR\DRIVERS\"
ClearErrors
ExecWait '"SETUP.EXE"' $0
IfErrors 0 +2
MessageBox MB_Ok "Error during Driver installation: $0"
...
It is working fine, but on the next use of the driver (if I go back to the previous step of my setup for example), I got the f?*%ing blue screen of windows because of a file of my driver.
Problem is, that doing the exact same thing with installshield or by hand everything is working fine.