Error on IExpress Test Wizard: The system cannot find the file specified

Asked By 40 points N/A Posted on -
qa-featured

Hi there,

I got stuck at one point and not able to move forward. When I try to install a program through IExpress wizard I ended up with an error message. I am not sure where went wrong literally. Is this a problem related with the operating system? Do I need to reinstall the operating system? Please help me. Thanks.

 

Mike Morawski IExpress Test

Error creating process<Command.com/c

C:UsersMikeAppDataLocalTempIXP000.TMPTestScript.bat>.

Reason: The system cannot find the file specified.

SHARE
Answered By points N/A #188239

Error on IExpress Test Wizard: The system cannot find the file specified

qa-featured

Hello,

This problem is occurring because of some wrong parameter inside the package. You have to fix it until you can deploy the package without any problem.

You have selected “Command.com” which is supported on very older versions of Windows. This is not present on Windows 7 so this command is only making the trouble. All you have to do is to use Command Prompt which is used using “cmd” command. You have to add “cmd /c” command before your .bat file so that it would launch with Command Prompt.

From the setup wizard, change the “Install Program” field to “cmd /c”. The interface will look like:

Now your problem should have gone.

Related Questions