March 17, 200719 yr I haven't installed Vista yet. I am not any a hurry, either. But will do a test machine this spring/summer. Don't expect anything too soon.
March 19, 200719 yr Tested in vista, WPI works fineHavnt test this with runonce yet.EDIT hmmmm, i doesnt work as good as i thought Edited March 19, 200719 yr by sp00f
March 22, 200719 yr When i click wpi.hta , it opens without any errors.but when a .cmd file opens the wpi.hta , it gives an error.Cant open reg key for reading.( In Vista32 ) Edited March 22, 200719 yr by sp00f
March 31, 200719 yr It's not that simple that it was with Win XP, I think. I managed it by using ConfigurationSet in the UA Install, so an WPI.cmd gets copied to %systemdrive%\Install and I call it per AutoUnattend.xml. I will try to explain in the next days.
April 2, 200719 yr It's not that simple that it was with Win XP, I think. I managed it by using ConfigurationSet in the UA Install, so an WPI.cmd gets copied to %systemdrive%\Install and I call it per AutoUnattend.xml. I will try to explain in the next days.You can place such folder in your install.wim, that not the difficult part.To run it without errors and run things from cdrom, thats what doesnt work
April 3, 200719 yr Ater i opened core.js , i saw the problem, it looks for XP files. // %CDROM% li = GetDriveLetters(4); for (i=0; i<li.length; i++) { if (FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\WIN51') || FileExists(li[i]+'\\I386\\DRIVER.CAB')) cddrv = li[i]; } if (cddrv=="") { Edited April 3, 200719 yr by sp00f
April 4, 200719 yr Yes, I would like to know that too. I'm really want to installing this software but i'm getting the same errors as above. Pliek could you please point us to the right way!... thank yu very much!!!Nick
April 4, 200719 yr I just changed the xp things into vista things in core.js , that was all........LOL even the makers from wpi never respond to this....they had to know after i posted the error, but they didnt.Glad i found this myself Problem solved WPI runs in vista now.And where do you see Pliek? Edited April 4, 200719 yr by sp00f
April 4, 200719 yr IT WAS NOTICED AND NOTED!!!But we are very busy with the next version for now you will have to manually edit...
April 5, 200719 yr I just changed the xp things into vista things in core.js , that was all........LOL even the makers from wpi never respond to this....they had to know after i posted the error, but they didnt.Glad i found this myself Problem solved WPI runs in vista now.And where do you see Pliek? Hi sp00f, Could you please upload the correct file so I can add the correct ones. Thank you (or mail np at all)Many thnxNickx
April 5, 200719 yr I just changed the xp things into vista things in core.js , that was all........LOL even the makers from wpi never respond to this....they had to know after i posted the error, but they didnt.Glad i found this myself Problem solved WPI runs in vista now.And where do you see Pliek? Hi sp00f, Could you please upload the correct file so I can add the correct ones. Thank you (or mail np at all)Many thnxNickxJust edit the core.jsIn that file you look for this :if (FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\WIN51') || FileExists(li[i]+'\\I386\\DRIVER.CAB'))Change "WIN51" and "I386\\DRIVER.CAB" into things that are on your vista DVD.I use this ( these things are in MY Vista DVD ) :(FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\AppsRoot.txt') || FileExists(li[i]+'\\sources\\install_Windows Vista (vLite) ULTIMATE.clg'))And to start WPI i used firegeier's guide :http://firegeier.unattended-sponsor.de/en/applications.htmlBut instead of installing aps from there i only use this for WPI%AppsRoot%Install\WPI\WPI.hta Edited April 5, 200719 yr by sp00f
April 5, 200719 yr I use RunOnceEx method with wpi (old version wpi lite 1.2 with the 6.0 iernoncedll) no problem with Vista but with UAC DISABLED !btw, why Microsoft invented the UAC ?!all n00bs will doesn't know what's question is when UAC pop up,and all geeks know perfectly what's the pop up and he's boring to click "Continue"
Create an account or sign in to comment