March 17, 200719 yr Im currently using wpi5.6 and it just cant work!! ><i work fine when it is in harddirvewhen i make it an iso and mount iti can see the list of each item to installbut when i press start it shows the list but leaving everything with Xi just cant installafter trying "show extra bottom"i try it again i can see each item, but in "config" i see nothingeven i try to load the config.js on my hd or re-wrrite the config.jswhen i press the opionit bump out an error that "cant load opion.js, using the default file"&"cant save the config.js"need ur help=====================im using tra-chinese xp
March 19, 200719 yr Author here is my config.js and useropnion.jsdue to my language is not english, there could be some words that show up incorretlythanks againconfig.jsuseroptions.js
March 19, 200719 yr it looks to me like an address issue, your calling in example to this locationcmd1[pn]=['%cdrom%\\Programs\\Alcohol_120%_1.9.5.3105_Retail.exe'];from that understanding, it means that in your cd structure the folder called "programs" would need to be in the root of your cd and if the program cant find the correct address to the installations then it cant install them, therefor nothing will install.can you post your cd structure ? because it seems to me, thats the issue Edited March 19, 200719 yr by Lost Soul
March 21, 200719 yr Author it is like that :cd: wpi progams (which contain the progams to be install)and autorun.inf autorun.cmd(which link to wpi.hta)
March 23, 200719 yr Author did that means that i have to change my path?there is too much programs that it will be a mess in cd root....and why i can do so without any problem in previous verison?i was not using "programs" as root but it was workingand suddenly it just crashedi cant make out the diffrence.....i'll try later and report the result since i am away for few daysthanks for your answer anyway
March 24, 200719 yr did that means that i have to change my path?there is too much programs that it will be a mess in cd root....and why i can do so without any problem in previous verison?i was not using "programs" as root but it was workingand suddenly it just crashedi cant make out the diffrence.....i'll try later and report the result since i am away for few daysthanks for your answer anywayIs it possible that you have more than one CD-drive?Then %cdrom% wouldn't be the right way to do this...I would suggest to place all you software in 'WPI\Install\' instead of 'progams' in the root.And then use:cmd1[pn]=['%WPI%\\Install\\Alcohol_120%_1.9.5.3105_Retail.exe'];instead ofcmd1[pn]=['%cdrom%\\Programs\\Alcohol_120%_1.9.5.3105_Retail.exe'];If you have many to change, there's a very easy way to do this fast...Just open "WPI\WPIScripts\config.js" in an editor and do a 'search' and 'replace all' to change '%cdrom%\\Programs\\' to '%WPI%\\Install\\'Also remember that on CD, only the default option-files are used...I also found that one out the hard way...On harddisk, I could use another useroptions.js (so, with another name like myoptions.js),while on CD, only useroptions.js is always used.I don't know if the same thing would happen when using another name for config.js Edited March 24, 200719 yr by Evolver
March 27, 200719 yr Author Is it possible that you have more than one CD-drive?Then %cdrom% wouldn't be the right way to do this...I would suggest to place all you software in 'WPI\Install\' instead of 'progams' in the root.And then use:cmd1[pn]=['%WPI%\\Install\\Alcohol_120%_1.9.5.3105_Retail.exe'];instead ofcmd1[pn]=['%cdrom%\\Programs\\Alcohol_120%_1.9.5.3105_Retail.exe'];If you have many to change, there's a very easy way to do this fast...Just open "WPI\WPIScripts\config.js" in an editor and do a 'search' and 'replace all' to change '%cdrom%\\Programs\\' to '%WPI%\\Install\\'Also remember that on CD, only the default option-files are used...I also found that one out the hard way...On harddisk, I could use another useroptions.js (so, with another name like myoptions.js),while on CD, only useroptions.js is always used.I don't know if the same thing would happen when using another name for config.jsIve tried it ...but its not workingi think the probelm is not about the location of programs but something about loading config.jsbecasue when i press on config i cant see nothing even by making an new config.jsit works fine showing all the item but cant load config.js when installing i just cant figure it out........................... Edited March 27, 200719 yr by killernick
March 28, 200719 yr it is like that :cd: wpi progams (which contain the progams to be install)and autorun.inf autorun.cmd(which link to wpi.hta)OK, so you start up from CD...Can you post the contents of autorun.cmd ?
March 30, 200719 yr i have same issue....please help...i have been search through the forum but can not find the solution.my config file is pn=1;prog[pn]=['Mcafee VirusScan Enterprise 8.0'];uid[pn]=['MCAFEEVIRUSSCANENTERPRISE'];dflt[pn]=['yes'];cat[pn]=['Security'];forc[pn]=['no'];cmd1[pn]=['%wpipath%\\Install\\McAfee80\\msiexec.exe /i "VSE800.msi" /qb'];pn++;the file is under WPI\Install folder--------------------------------------------------------------------------------""""""Im currently using wpi5.6 and it just cant work!! ><i work fine when it is in harddirvewhen i make it an iso and mount iti can see the list of each item to installbut when i press start it shows the list but leaving everything with Xi just cant install"""""""""""""""""
March 30, 200719 yr Author it is like that :cd: wpi progams (which contain the progams to be install)and autorun.inf autorun.cmd(which link to wpi.hta)OK, so you start up from CD...Can you post the contents of autorun.cmd ?it just "start WPI\wpi.hta"....i think maybe this problem is because that it does not support some languageso there is some problem loading the *.js file........maybe the only way to solve is to use en-version xp or try basic cmd-install-all solutionbut i really like the interface of wpi and that it can coutomize what to install on system
March 30, 200719 yr I need to see your installation log!Also the only language WPI has problems with is 2-byte Chinese OS...
March 30, 200719 yr it just "start WPI\wpi.hta"....Try this:In the $OEM$ directory on my CD, I have cmdlines.txtIn there, I have added: RunWPI.cmdSo my cmdlines.txt looks like this:[Commands]"rundll32 advpack.dll,LaunchINFSection nLite.inf,U""REGEDIT /S regTweaks.reg"Royale.exeRunWPI.cmd(The first line was added by nLite, the second line was my own addition with registrytweaks. Don't copy these, just add RunWPI.cmd to your cmdlines.txt.)RunWPI.cmd is also on my $OEM$ - directoryIt doesn't only start WPI, it also recognizes the right CD and creates the %wpipath%-variable with this code:for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\XP_InstallDVD.txt SET CDROM=%%i:set wpipath=%cdrom%\wpiSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY%\999 /V 1 /D "%wpipath%\WPI.hta" /fOn the root of my CD, I also have a blank textfile, named XP_InstallDVD.txt,used by RunWPI.cmd to recognize my XPinstall-DVD (I have 2 DVD-drives)You only start with WPI\wpi.htaMaybe that's why it won't work... Edited March 30, 200719 yr by Evolver
Create an account or sign in to comment