Jump to content

Recommended Posts

Posted (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 by crunch81

Posted
$$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?

Posted

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>

Posted
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!

  • 2 weeks later...
Posted
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.

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