Jump to content

WPI Windows 7 SP1 errors x64


Recommended Posts

I'm having problems building WPI. I get errors when trying to use USSF and adding or editing applications.

My path is C:\WPI\WPI.exe

IE 8 is my version of IE

The version of WPI I'm using is 8.2.0

Upon opening USSF under commands when adding a new command for existing application.

Error


Could not open
"C:\Users\norjms\AppData\Local\Temp"

Upon opening USSF under commands for a new program


Line: 69
Char: 3
Error: Object expected
Code: 0
URL: file:///C:/WPI/WPIScripts/configwizard_ussf.js

Config.js


// WPI Config 8.0.0
//
// User defined options
//


// Configurations tab
CheckOnLoad='<I title=All _title="true">All';
Configurations=[];
ShowMultiDefault=true;
// ---
SortOrder=['Applications'];
// ---
ConfigSortBy=0;
ConfigSortAscDes='asc';

//---------------------------------------------------------------------------------------------
// Your programs here...
//---------------------------------------------------------------------------------------------
pn=1;
prog[pn]=['7 Zip'];
uid[pn]=['7ZIP'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['{x86} "%wpipath%\\Install\\Utilities\\x86\\7z920.exe"','{x64} "%wpipath%\\Install\\Utilities\\x64\\7z920-x64.msi"'];
pn++;

prog[pn]=['Virtual Clone Drive [Manual]'];
uid[pn]=['VIRTUALCLONEDRIVEMANUAL'];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Applications'];
configs[pn]=['Default'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Utilities\\x86-x64\\SetupVirtualCloneDrive5450.exe"'];
desc[pn]=['Virtual Clone Drive [Manual]'];
pn++;

//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------

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