mritter Posted March 17, 2007 Posted March 17, 2007 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.
sp00f Posted March 19, 2007 Posted March 19, 2007 (edited) Tested in vista, WPI works fineHavnt test this with runonce yet.EDIT hmmmm, i doesnt work as good as i thought Edited March 19, 2007 by sp00f
sp00f Posted March 22, 2007 Posted March 22, 2007 (edited) 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, 2007 by sp00f
Dynaletik Posted March 31, 2007 Posted March 31, 2007 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.
sp00f Posted April 2, 2007 Posted April 2, 2007 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
sp00f Posted April 3, 2007 Posted April 3, 2007 (edited) 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, 2007 by sp00f
-nickx- Posted April 4, 2007 Posted April 4, 2007 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
sp00f Posted April 4, 2007 Posted April 4, 2007 (edited) 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, 2007 by sp00f
Kelsenellenelvian Posted April 4, 2007 Posted April 4, 2007 IT WAS NOTICED AND NOTED!!!But we are very busy with the next version for now you will have to manually edit...
-nickx- Posted April 5, 2007 Posted April 5, 2007 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
sp00f Posted April 5, 2007 Posted April 5, 2007 (edited) 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, 2007 by sp00f
Sonic Posted April 5, 2007 Posted April 5, 2007 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"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now