January 22, 200620 yr 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?
January 22, 200620 yr Did you try changing it back to start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"?
January 23, 200620 yr Author 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.
January 24, 200620 yr 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.
January 27, 200620 yr Author 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.
January 27, 200620 yr 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 ...
January 31, 200620 yr 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!
Create an account or sign in to comment