Jump to content

WPI created on windows 7 ultimate x64 bit doesnt work on other version


Recommended Posts

I created a WPI with several programs, and it worked fine on two of my computers.

Then i tried on another laptop, script errors appeared (Invalid Character) on each of the .js files. When I let them run anyways, WPI opens up and no list of programs to check appear, its all blank, as if it was a new WPI.

Attached, two screen captures, of the same instance, one running on Windows 7 Professional 32 bit (not working) post-350396-0-19610100-1396255925_thumb., another running on Windows 7 Ultimate 64 bit (working). post-350396-0-33588300-1396255930_thumb.

I also tried it on another computer with Windows 7 x64 Professional, works fine too.

Then i tried on several virtual machines, x32 and x64 bit, script errors on all of them.

Please HELP!

Link to comment
Share on other sites


WOW thank you, just replying to your post made me think of something!!!

There was a simple, innocent change done in the last version that seems to be the root of the issue.

WPI.7z

Take this file and unzip then replace the existing WPI.hta with this new one.

You'll have to reset all of the options files and open then re-save your config. Then all should be golden (It's working for me!)

Edited by Kelsenellenelvian
Link to comment
Share on other sites

  • 2 months later...

after replacing with the file and reseting options and config by pressing new options and new config button and saving it . my problem still persist. my os is windows 7 ultimate x64. there is no application list even after adding the list. here  i paste my config.js 

 

// WPI Config 8.0.0
//
// User defined options
//
 
 
// Configurations tab
CheckOnLoad='all soft';
Configurations=['all soft'];
ShowMultiDefault=false;
// ---
SortOrder=[];
// ---
ConfigSortBy=0;
ConfigSortAscDes='asc';
 
//---------------------------------------------------------------------------------------------
// Your programs here...
//---------------------------------------------------------------------------------------------
pn=1;
prog[pn]=['Ccleaner'];
shortdesc[pn]=['Junk remover'];
uid[pn]=['CCLEANER'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\CC setup408.exe" /s'];
desc[pn]=['Ccleaner'];
pn++;
 
prog[pn]=['adobbe reader en'];
shortdesc[pn]=['pdf en'];
uid[pn]=['ADOBBEREADEREN'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['office'];
pfro[pn]=['no'];
cmds[pn]=['{JSCRIPT}=SetFilePrinterSharing(true)'];
desc[pn]=['adobbe reader en'];
pn++;
 
prog[pn]=['flash ie'];
shortdesc[pn]=['flash ie'];
uid[pn]=['FLASHIE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['web'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\install_flash_player_14_active_x.exe"'];
desc[pn]=['flash ie'];
pn++;
 
prog[pn]=['flash plugin'];
shortdesc[pn]=['flash plugin'];
uid[pn]=['FLASHPLUGIN'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['web'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\install_flash_player_14_plugin.exe"'];
desc[pn]=['flash plugin'];
pn++;
 
prog[pn]=['real player'];
shortdesc[pn]=['real'];
uid[pn]=['REAL'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\RealPlayer SP Plus Fully Activated.exe"'];
desc[pn]=['real'];
pn++;
 
prog[pn]=['of7'];
shortdesc[pn]=['2007'];
uid[pn]=['OF7'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['office'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Office2007\\Office 2007\\setup.exe"'];
desc[pn]=['of7'];
pn++;
 
prog[pn]=['ar reader'];
shortdesc[pn]=['ar reader'];
uid[pn]=['AREEREADER'];
dflt[pn]=['yes'];
forc[pn]=['no'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\AdbeRdr1017_ar_AE.exe"'];
desc[pn]=['ar ee reader'];
pn++;
 
prog[pn]=['java 32'];
shortdesc[pn]=['x32 java'];
uid[pn]=['JAVA32'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['web'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\jre-7u60-windows-i586.exe"'];
desc[pn]=['java 32'];
pn++;
 
prog[pn]=['x64 java'];
shortdesc[pn]=['java x64'];
uid[pn]=['X64JAVA'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\jre-7u60-windows-x64.exe"'];
desc[pn]=['x64 java'];
pn++;
 
prog[pn]=['itune x32'];
shortdesc[pn]=['itunes'];
uid[pn]=['ITUNEX32'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\iTunesSetup.exe"'];
desc[pn]=['itune x32'];
pn++;
 
prog[pn]=['winrar32'];
shortdesc[pn]=['rar 32'];
uid[pn]=['WINRAR32'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\wrar420.exe"'];
desc[pn]=['winrar32'];
pn++;
 
prog[pn]=['win rar x64'];
shortdesc[pn]=['rar x64'];
uid[pn]=['WINRARX64'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\winrar-x64-500.exe"'];
desc[pn]=['win rar x64'];
pn++;
 
prog[pn]=['vlc'];
shortdesc[pn]=['vlc'];
uid[pn]=['VLC'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\vlc-2.1.3-win32.exe"'];
desc[pn]=['vlc'];
pn++;
 
prog[pn]=['7zip 32'];
shortdesc[pn]=['x32 7 zip'];
uid[pn]=['7ZIP32'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\7z920.exe"'];
desc[pn]=['7zip 32'];
pn++;
 
prog[pn]=['7 zip x64'];
shortdesc[pn]=['x64 7 zip'];
uid[pn]=['7ZIPX64'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\7z920-x64.msi"'];
desc[pn]=['7 zip x64'];
pn++;
 
prog[pn]=['yahoo 11'];
shortdesc[pn]=['messenger'];
uid[pn]=['YAHOO11'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['web'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\ymsgr1000_1270_us.exe"'];
desc[pn]=['yahoo 11'];
pn++;
 
prog[pn]=['skype'];
shortdesc[pn]=['skype'];
uid[pn]=['SKYPE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\SkypeSetup.exe"'];
desc[pn]=['skype'];
pn++;
 
prog[pn]=['avg x86'];
shortdesc[pn]=['avg'];
uid[pn]=['AVGX86'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['security'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\avg_isct_x86_all_2014_4592a7484.exe"'];
desc[pn]=['avg x86'];
pn++;
 
prog[pn]=['avg x64'];
shortdesc[pn]=['avg'];
uid[pn]=['AVGX64'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Security'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\avg_isct_x64_all_2014_4592a7484.exe"'];
desc[pn]=['avg x64'];
pn++;
 
prog[pn]=['ar lp of 7'];
shortdesc[pn]=['ar lp'];
uid[pn]=['ARLPOF7'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Office2007\\Office 2007 Arabic\\setup.exe"'];
pn++;
 
prog[pn]=['of 10'];
shortdesc[pn]=['of10'];
uid[pn]=['OF10'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Office'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\office 2010\\Microsoft Office Professional Plus 2010 (full activated)\\setup.exe"'];
desc[pn]=['of 10'];
pn++;
 
prog[pn]=['ar lp of 10'];
shortdesc[pn]=['ar lp'];
uid[pn]=['ARLPOF10'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Office'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\office 2010\\Office2010Language\\OFFICE2010_LAng.exe"'];
desc[pn]=['ar lp of 10'];
pn++;
 
prog[pn]=['of 13 x86'];
shortdesc[pn]=['of 13'];
uid[pn]=['OF13X86'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Office'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Microsoft Office 2013 x86\\setup.exe"'];
desc[pn]=['of 13 x86'];
pn++;
 
prog[pn]=['of 13 x64'];
shortdesc[pn]=['of 13'];
uid[pn]=['OF13X64'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Office'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Microsoft Office 2013 x64\\setup.exe"'];
desc[pn]=['of 13 x64'];
pn++;
 
prog[pn]=['pdvd 7'];
shortdesc[pn]=['pdvd'];
uid[pn]=['PDVD7'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Setup.exe"'];
desc[pn]=['pdvd 7'];
pn++;
 
prog[pn]=['scratch'];
shortdesc[pn]=['scrfatch'];
uid[pn]=['SCRATCH'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\ScratchInstaller1.4.exe"'];
desc[pn]=['scratch'];
pn++;
 
prog[pn]=['gom player'];
shortdesc[pn]=['gom'];
uid[pn]=['GOMPLAYER'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\GOMPLAYERENSETUP.EXE"'];
desc[pn]=['gom player'];
pn++;
 
prog[pn]=['spy boat'];
shortdesc[pn]=['spy'];
uid[pn]=['SPYBOAT'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Security'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\spybot-2.3.exe"'];
desc[pn]=['spy boat'];
pn++;
 
prog[pn]=['imgburn'];
shortdesc[pn]=['image burn'];
uid[pn]=['IMGBURN'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\SetupImgBurn_2.5.8.0.exe"'];
desc[pn]=['imgburn'];
pn++;
 
prog[pn]=['opera'];
shortdesc[pn]=['opera 11'];
uid[pn]=['OPERA'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['web'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Opera_15.0.1147.153_Setup.exe"'];
desc[pn]=['opera'];
pn++;
 
prog[pn]=['nero 11'];
shortdesc[pn]=['nero'];
uid[pn]=['NERO11'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\nero11v2.exe"'];
desc[pn]=['nero 11'];
pn++;
 
prog[pn]=['movie maker 2.6'];
shortdesc[pn]=['mm'];
uid[pn]=['MOVIEMAKER26'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\MM26_ENU.msi"'];
desc[pn]=['movie maker 2.6'];
pn++;
 
prog[pn]=['km player'];
shortdesc[pn]=['km'];
uid[pn]=['KMPLAYER'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\KMPlayer_EN_3.1.0.0_R2.exe"'];
desc[pn]=['km player'];
pn++;
 
prog[pn]=['media player classic'];
shortdesc[pn]=['mpclassic'];
uid[pn]=['MEDIAPLAYERCLASSIC'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\klcodec345f.exe"'];
desc[pn]=['media player classic'];
pn++;
 
prog[pn]=['firefox'];
shortdesc[pn]=['ff'];
uid[pn]=['FIREFOX'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['web'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Firefox Setup 3.6.13.exe"'];
desc[pn]=['firefox'];
pn++;
 
prog[pn]=['format factory'];
shortdesc[pn]=['f factory'];
uid[pn]=['FORMATFACTORY'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['multimedia'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\FFSetup3.3.1.0.exe"'];
desc[pn]=['format factory'];
pn++;
 
prog[pn]=['google chrome'];
shortdesc[pn]=['chrome'];
uid[pn]=['GOOGLECHROME'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\ChromeStandaloneSetup.exe"'];
desc[pn]=['google chrome'];
pn++;
 
prog[pn]=['game house'];
shortdesc[pn]=['game house'];
uid[pn]=['GAMEHOUSE'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Game House\\Setup.exe"'];
desc[pn]=['game house'];
pn++;
 
prog[pn]=['ps ar'];
shortdesc[pn]=['adobe ps cs'];
uid[pn]=['PSAR'];
dflt[pn]=['yes'];
forc[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\Adobe Photoshop CS Ar\\setup.exe"'];
desc[pn]=['ps ar'];
pn++;
 
//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------
Link to comment
Share on other sites

@ alshab103

I see that you are using multiple instances of illegal software.

As per our forum rules here = http://www.msfn.org/board/topic/18408-forum-rules-updated-must-read/

Rule #1 states:

» No Illegal/Copyrighted Software Discussion

1.a This is not a warez site! Links/Requests to warez and/or illegal material (e.g., cracks, serials, etc.) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/license restrictions, use of keygens, or any other illegal activity, including, but not limited to, requests for help where pirated software is being used or being discussed, will also not be tolerated. Offenders may be banned on first violation.

 

 

This means you will not be given any help with your issues here.

Link to comment
Share on other sites

Try this

 

prog[pn]=['7Zip 9.20 x86-x64'];uid[pn]=['7ZIP920'];ordr[pn]=[20];dflt[pn]=['yes'];forc[pn]=['no'];cat[pn]=['Applications'];cmds[pn]=['{x86} "%wpipath%\\Install\\Software\\7zip\\7zip920x86.exe" /S','{x64} "%wpipath%\\Install\\Software\\7zip\\7zip920x64.msi" /qb','{SLEEP} 5'];desc[pn]=['7-Zip is a file archiver with a high compression ratio.'];picf[pn]=['"%wpipath%\\Graphics\\Logos\\7z.png"'];picw[pn]=['80'];pich[pn]=['80'];textl[pn]=['Right'];pn++;

 

Work fine on Windows 8.1 x64

Link to comment
Share on other sites

  • 3 weeks later...

I think I have the same issue , my errors>

 

2hzpg2d.jpg

aov0np.jpg

xejrpe.jpg

zx5xee.jpg

2epncr9.jpg

I download and replace the existing WPI.hta, I try to download again wpi zip and replace the hta file too; so the same problems with the scripts error. I'm runnig Windows 7 Ultimate 64 bit. Could someone help me please?

Link to comment
Share on other sites

I think I have the same issue , my errors>

 

2hzpg2d.jpg

aov0np.jpg

xejrpe.jpg

zx5xee.jpg

2epncr9.jpg

I download and replace the existing WPI.hta, I try to download again wpi zip and replace the hta file too; so the same problems with the scripts error. I'm runnig Windows 7 Ultimate 64 bit. Could someone help me please?

What version of IE?

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