wazer Posted May 15, 2010 Posted May 15, 2010 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 .
AlBundy33 Posted May 15, 2010 Posted May 15, 2010 In WPI 8 wpi.hta was moved from WPI\wpi.hta to WPI\Common\wpi.hta.Al
wazer Posted May 15, 2010 Author Posted May 15, 2010 So if i just point it to that location instead it should work?. I thougt wpi went on to using the exe file instead
Kelsenellenelvian Posted May 15, 2010 Posted May 15, 2010 (edited) 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, 2010 by Kelsenellenelvian
AlBundy33 Posted May 15, 2010 Posted May 15, 2010 I use wpi.hta only since a long time without problems.What makes WPI.exe more?Al
Kelsenellenelvian Posted May 16, 2010 Posted May 16, 2010 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...
mritter Posted May 16, 2010 Posted May 16, 2010 ...and sends some custom command line args I use internally.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now