crunch81 Posted January 18, 2010 Posted January 18, 2010 (edited) WPI doesn't launch after Windows 7 has installed (I made a unattended install)I tried the setupcomplete.cmd of the WPI site, put it in Sources foler (so now in the sources folder there is a "$$OEM$$" folder)What am I doing wrong? Must I also add it in my .XML file?Thanks for your help. Edited January 18, 2010 by crunch81
crunch81 Posted January 18, 2010 Author Posted January 18, 2010 $$OEM$$????Sould be $OEM$Yes, sorry, It is correct in the installation, I mistyped.I don't get it to work. Do you know why?
crunch81 Posted January 19, 2010 Author Posted January 19, 2010 $$OEM$$????Sould be $OEM$Yes, sorry, It is correct in the installation, I mistyped.I don't get it to work. Do you know why?*bump*Anybody can give me a push in the right direction?
ricktendo Posted January 19, 2010 Posted January 19, 2010 Better to use 1st logon commands in your Autounattend.xml to launch wpi<SynchronousCommand wcm:action="add"> <CommandLine>cmd /q /c for %i in (C 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:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <Description>Windows Post Install Wizard</Description> <Order>10</Order> <RequiresUserInput>false</RequiresUserInput>
crunch81 Posted January 20, 2010 Author Posted January 20, 2010 Better to use 1st logon commands in your Autounattend.xml to launch wpi<SynchronousCommand wcm:action="add"> <CommandLine>cmd /q /c for %i in (C 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:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <Description>Windows Post Install Wizard</Description> <Order>10</Order> <RequiresUserInput>false</RequiresUserInput>Thank you very much for your reply, that's the right direction. Also an important: could somebody tell me were in the XML file this have to be placed?Thanks!
crunch81 Posted January 31, 2010 Author Posted January 31, 2010 Better to use 1st logon commands in your Autounattend.xml to launch wpi<SynchronousCommand wcm:action="add"> <CommandLine>cmd /q /c for %i in (C 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:\wpi\wpi.exe start %i:\wpi\wpi.exe</CommandLine> <Description>Windows Post Install Wizard</Description> <Order>10</Order> <RequiresUserInput>false</RequiresUserInput>I put this under "pass Specialize" is that correct? Still nothing happens when W7 is finished installing.
crunch81 Posted January 31, 2010 Author Posted January 31, 2010 (edited) Wpi still don´t start after installation... Anybody who can give me a help? Edited February 7, 2010 by crunch81
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