Jump to content

problem with WPI 4.3.8


Recommended Posts

I saw that inside the wpi.cmd file instead of:

REM Start WPI and wait for its end
start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"

now there's:

REM Start WPI and wait for its end
wpi.hta

Without "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?

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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 ...

Link to comment
Share on other sites

Another prob: with order number!

I DL WPI 438, copy my config from 435

1 have about 50 progs in WPI

only 5 have install order numbers

1 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 trouble

i select install ALL and here is runonceex window

1

2

3

progs

....

progs

998

999

progs

progs

!!!!???? program with code 999 install in the middle NOT in the END :(

Help!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...