May 15, 201016 yr in wpi 7.7 i used this command in setupcomplete.cmd to run it from usb.REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /FREG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /Ffor %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WPI\wpi.hta Start %%i:\WPI\wpi.hta echo Found CD-Rom as drive %CDROM%How is this done in wpi8.0?Iv searched but without luck. Maybe im searching for the wrong thing?.Keep up the good work. And thanks for the new version .
May 15, 201016 yr Author So if i just point it to that location instead it should work?. I thougt wpi went on to using the exe file instead
May 15, 201016 yr for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WPI\wpi.exe Start %%i:\WPI\wpi.exe echo Found CD-Rom as drive %CDROM%DO NOT POINT TO WPI\Common\wpi.hta!!!The exe was created with certain uses built in! Edited May 15, 201016 yr by Kelsenellenelvian
May 16, 201016 yr Lets see:Runs as admin.Adds regentries to prevent reboot issue with office apps.Calls mshta to run WPI in either 32 bit or 64 bit mode.Prevents the bug of IE not being set as the default browser. (Rare issue but still there nonetheless)LOTS of stuff...
Create an account or sign in to comment