Francesco Posted January 22, 2006 Posted January 22, 2006 I saw that inside the wpi.cmd file instead of:REM Start WPI and wait for its endstart /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"now there's:REM Start WPI and wait for its endwpi.htaWithout "start" windows can't find the correct associated application for the wpi.hta file and each time it asks me to chose an application to open it with. Am I the only one with this problem?
Dynaletik Posted January 22, 2006 Posted January 22, 2006 Did you try changing it back to start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"?
Francesco Posted January 23, 2006 Author Posted January 23, 2006 Did you try changing it back to start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"?yes sure I did. i was just reporting because probably i was not the only one having this problem.
Sonic Posted January 24, 2006 Posted January 24, 2006 You have a fresh install of Windows ? what version ? nLited ?
tguy Posted January 24, 2006 Posted January 24, 2006 Francesco,It sounds like either your %PATH% variable may not be set right when wpi.hta runs or .hta files are not associated correctly. Check to see if the path is modified, run the PATH command from a dos or command prompt and see if %windir%\system32 is in the path.If it is, Windows should know to run mshta.exe with .hta files.Hope this helps.
Francesco Posted January 27, 2006 Author Posted January 27, 2006 No i'm using a clean install of windows 2003 I don't know if some applications removed the hta association however since I got it installed for a long while.
Sonic Posted January 27, 2006 Posted January 27, 2006 Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\.hta]@="htafile""Content Type"="application/hta"[HKEY_CLASSES_ROOT\.hta\PersistentHandler]@="{eec97550-47a9-11cf-b952-00aa0051fe20}"[HKEY_CLASSES_ROOT\htafile]@="HTML Application"[HKEY_CLASSES_ROOT\htafile\DefaultIcon]@="C:\\WINDOWS\\system32\\mshta.exe,1"[HKEY_CLASSES_ROOT\htafile\Shell\Open\Command]@="C:\\WINDOWS\\system32\\mshta.exe \"%1\" %*"That reg restore .hta assocations ...
fanatf1 Posted January 31, 2006 Posted January 31, 2006 Another prob: with order number! I DL WPI 438, copy my config from 4351 have about 50 progs in WPIonly 5 have install order numbers1 2 3 nuber to install first (the is OK them install first)and 998 999 to install at the END (AFTER all progs) and here come troublei select install ALL and here is runonceex window123progs....progs998999progsprogs!!!!???? program with code 999 install in the middle NOT in the END Help!
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