MSFN Forum: Install applications... SP1 - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Install applications... SP1 Rate Topic: -----

#21 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 708
  • Joined: 25-August 05

Posted 29 July 2008 - 05:33 AM

@ricketendo64

Are you using just autounattend.xml on SP1?
Does it install applications ok?
Can you post your config?

Thanks :)


#22 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 August 2008 - 07:06 AM

View Postricktendo64, on Jul 28 2008, 02:08 PM, said:

Why use the unattended.xml cant autounattended.xml do all this?

Yes it can. :))

#23 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,228
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 August 2008 - 09:09 AM

No, I have not found hot to use autounattended.xml to install my apps yet, I was just wondering why we needed to use both auto+unattened.xml

#24 User is offline   g4xl20 

  • Group: Members
  • Posts: 1
  • Joined: 06-August 08

Posted 06 August 2008 - 10:37 PM

what Answer this problem ?

http://img57.imagesh...vistax64kk2.jpg

This post has been edited by g4xl20: 06 August 2008 - 10:51 PM


#25 User is offline   Raspro 

  • Group: Members
  • Posts: 9
  • Joined: 15-July 05

Posted 11 August 2008 - 06:36 PM

View Postzedox, on Jul 28 2008, 12:11 PM, said:

Finally got myself some time to come back to this topic....

@teemue
try adding

%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot /unattend:%AppsRoot%\Install\Unattend.xml

instead of

%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot /unattend:%AppsRoot%\Install\Unattend.xml

to autounattend.xml


I did use that:
<Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /generalize /oobe /reboot /unattend:%DVDRoot%\autounattend2.xml</Path>,
But never finish the install.It goes Forever...

Why is it not working for me?

Regards

Those here are my XML's:

Attached File(s)


This post has been edited by Raspro: 11 August 2008 - 06:46 PM


#26 User is offline   pokemon1 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 05-June 08

Posted 19 September 2008 - 05:32 AM

View PostmaxXPsoft, on Aug 2 2008, 07:06 AM, said:

View Postricktendo64, on Jul 28 2008, 02:08 PM, said:

Why use the unattended.xml cant autounattended.xml do all this?

Yes it can. :))


Can you pls elaborate?

#27 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 September 2008 - 06:55 AM

If you are doing a DVD boot, you will name your unattend file autounattend.xml and place that on a USB stick or floppy. Can be placed in root of dvd also but you can't modify that easily and continue with install. If you are doing a network share install you name it unattend.xml and if you are doing a WDS installation, you name it imageunattend.xml.

I use autounattend.xml and place that on a floppy where you can add all passes.

This post has been edited by maxXPsoft: 19 September 2008 - 06:56 AM


#28 User is offline   The Felon 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 11-June 08

Posted 02 October 2008 - 01:47 AM

<?xml version="1.0" encoding="utf-8" ?> 
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="windowsPE">
- <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>sssss-nnnnn-aaaaa-ccccc-kkkkk</Key> 
  <WillShowUI>OnError</WillShowUI> 
  </ProductKey>
  <Organization>National Snack Food Assaciation</Organization> 
  <FullName>ANONYMOUS</FullName> 
  <AcceptEula>true</AcceptEula> 
  </UserData>
- <ImageInstall>
- <OSImage>
- <InstallFrom>
- <MetaData wcm:action="add">
  <Key>/IMAGE/NAME</Key> 
  <Value>Windows Vista ULTIMATE</Value> 
  </MetaData>
  </InstallFrom>
  <InstallToAvailablePartition>false</InstallToAvailablePartition> 
  <WillShowUI>OnError</WillShowUI> 
  </OSImage>
  </ImageInstall>
  <UseConfigurationSet>true</UseConfigurationSet> 
  </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">
- <AutoLogon>
  <Enabled>true</Enabled> 
  <LogonCount>1</LogonCount> 
  <Username>Administrator</Username> 
  </AutoLogon>
- <OOBE>
  <HideEULAPage>true</HideEULAPage> 
  <SkipMachineOOBE>true</SkipMachineOOBE> 
  <SkipUserOOBE>false</SkipUserOOBE> 
  </OOBE>
- <FirstLogonCommands>
- <SynchronousCommand wcm:action="add">
  <CommandLine>%systemdrive%\install\install.cmd</CommandLine> 
  <Order>1</Order> 
  </SynchronousCommand>
  </FirstLogonCommands>
  </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>COMPUTER</ComputerName> 
  <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet> 
  </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>
  <cpi:offlineImage cpi:source="wim:c:/documents%20and%20settings/david/desktop/vista%20unatt%20vlite/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 
  </unattend

Here is a simple working example to automate
your install and additional applications like your
favorite web browser etc. It uses a the "use configuration set"
option value = "true" which for some reason is not
mentioned in any documentation that I know of.
It allows you to use $oem$ folders just like XP and
works without sysprep.

Attached File(s)

  • Attached File  Capture.JPG (20.17K)
    Number of downloads: 27
  • Attached File  gui.JPG (23.79K)
    Number of downloads: 29

This post has been edited by Tripredacus: 05 March 2012 - 10:10 AM
Reason for edit: codebox to code


#29 User is offline   cortex 

  • Group: Members
  • Posts: 5
  • Joined: 14-August 10
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2011 - 06:31 AM

Hi,

Is this still valid with windows 2008 R2 SP1 ?
I'm doing the exact same things but with no luck. See my attempt here

This post has been edited by cortex: 24 August 2011 - 06:31 AM


#30 User is offline   mandrake 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 02-March 12
  • OS:none specified
  • Country: Country Flag

Posted 05 March 2012 - 02:55 AM

View PostmaxXPsoft, on 19 September 2008 - 06:55 AM, said:

If you are doing a DVD boot, you will name your unattend file autounattend.xml and place that on a USB stick or floppy. Can be placed in root of dvd also but you can't modify that easily and continue with install. If you are doing a network share install you name it unattend.xml and if you are doing a WDS installation, you name it imageunattend.xml.

I use autounattend.xml and place that on a floppy where you can add all passes.


Do you run the Audit passes as well?

If that's the case, how does that work with only one unattend file? My understanding this far is that if you're going into audit pass via
oobeSystem|Reseal[mode=audit]
then the rest of oobeSystem pass is ignored and marked as "hasProcessed" in the cached answer file in Panther dir. When revisited next time it's ignored since it's marked as been processed?

I've tried doing everything in one file but all my goodies in oobeSystem was ignored after auditUser. If, however the audit passes are skipped, then it works with one file since no pass is revisited twice.
How does your answer file look like?

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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 - 2013 msfn.org
Privacy Policy