MSFN Forum: run wpi after win7 install - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

run wpi after win7 install Rate Topic: -----

#1 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 22 November 2009 - 02:14 AM

Hello

i have try many things now. i have it Autounattend.xml and everything works fine
but after i put in my username and windows ask for witch net i am on i chose. and
then windows is trying to finish it. and then wpi should start but i just stands
there this is my SETUPCOMPLETE.cmd



cmdow @ /HID
@ECHO OFF

%systemroot%\setup\scripts\regedit.exe /S startpage.reg

TITLE Welcome to Microsoft Windows XP

rem Determin path to CDROM.
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.ico set CDROM=%%i:

rem Determine path for WPI.
set WPIPATH=%CDROM%\WPI

rem Changing current path to WPI path.
for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:
cd "%wpipath%"

rem Start WPI and wait for it to complete.
start /wait WPI.hta


rem Delete Start.cmd.
del /s /q %SystemDrive%\SETUPCOMPLETE.cmd

exit

:end


Quote

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:\sources\install.wim set CDROM=%%i:

Start %cdrom%\WPI\wpi.exe

del %0


Quote

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>da-DK</UILanguage>
</SetupUILanguage>
<InputLocale>0406:00000406</InputLocale>
<UserLocale>da-DK</UserLocale>
<UILanguage>da-DK</UILanguage>
<SystemLocale>da-DK</SystemLocale>
</component>
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UserData>
<ProductKey>
<Key>xxxxxxxxxxxxxxxxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>Bruger</Organization>
<FullName>Bruger</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>1</ProtectYourPC>
</OOBE>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComputerName>Bruger-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
</settings>
</unattend>



#2 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 22 November 2009 - 03:11 PM

Hello

nobody that have get win7 and wpi to work.... ?

#3 User is online   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,653
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 November 2009 - 05:21 PM

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:\sources\install.wim set CDROM=%%i:

Start %cdrom%\WPI\wpi.exe

del %0


This is the older code I used.

Trying a new thing tonight please check back.

Do you have wpi.ico on your disk?

#4 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 23 November 2009 - 05:55 AM

Hello

Yes i have a .ico images on my disk.

i can see that this is the same as what i can download as for Vista.
i am trying one more time.

#5 User is offline   MitsuMan 

  • Junior
  • Pip
  • Group: Members
  • Posts: 85
  • Joined: 12-March 06

Posted 25 November 2009 - 01:27 AM

Hello Again

i get everything to work out just fine now. i dont know what had happen before
but i download the one on yours homepage..

Thank you for all the help.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy