I've executed an installation with the -R command, for a driver that uses istallshield. Everything goes ok. But when i execute the batch file i created, it all goed ok. But after installing it reboots, and it must not reboot. How can i do it so that it won't reboot.
Here is my batch file:
CODE
ECHO.
ECHO Instalando WLAN
ECHO Please wait...
start /wait %systemdrive%\driver\setup.exe -S
ECHO Instalando WLAN
ECHO Please wait...
start /wait %systemdrive%\driver\setup.exe -S
please help me..