MSFN Forum: Vista unattended Guide - MSFN Forum

Jump to content



  • 15 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • You cannot start a new topic
  • You cannot reply to this topic

Vista unattended Guide A little Guide for you Rate Topic: -----

#251 User is offline   fragbert 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 01-November 05

Posted 08 March 2009 - 02:28 PM

View Postprathapml, on Jan 16 2009, 03:56 AM, said:

I'm asking out of curiosity (no malice intended), but what makes you think that this guide's section on installing applications would be valid for WinVista's gold release but not for Vista SP1 ?


I don't think, I know the audit mode instructions are indubitably not applicable to SP1 installs. Search around, many SP1 users are very frustrated that they follow this guide line by line and wonder why their install powers off or crashes once entering audit mode to install apps.


#252 User is offline   feuillearouler 

  • Group: Members
  • Posts: 4
  • Joined: 20-March 09

Posted 23 March 2009 - 04:00 AM

Hello everybody...

need some help....

After XP, I now try to make my Vista Unattended....

Automation is ok, but Vista don't automatically run Install.cmd command...

All the files are copied on the root og the destination partition, but don't run...

When Y trie to lauch install.cmd, it runs normally...

What's wrong....?

I'll give you my .xml and a screen of the root of destionation partition...

Attached File  Sans_titre.jpg (150.31K)
Number of downloads: 33

my xml :

Quote

<?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>xxxx-xxxx-xxxx-xxxx-xxxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>National Snack Food Association</Organization>
<FullName>ANONYMOUS</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows Vista HOMEPREMIUM</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">
<Order>1</Order>
<CommandLine>%systemdrive%\install\install.cmd</CommandLine>
</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:E:/projet/Projet Vista/vista sp1/sources/install.wim#Windows Vista HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>


For information,

The files of the DVD

Attached File  Sans_titre2.jpg (28.57K)
Number of downloads: 36


Thanks a lot for your help...

Feuilllearouler

#253 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,936
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 March 2009 - 10:27 AM

You could consider using the Microsoft Desktop Deployment Toolkit to help build your unattend and app installers - MDT 2008 is specific to Vista, but if you want to support both Vista and Win7 you can consider the 2010 beta on connect as well.

Gives you a nice GUI and a way to create a task layout of all your app installs, and plus it'll inject drivers, etc - all from a GUI. You really don't have to do any xml file editing at all. Just a suggestion.

#254 User is offline   feuillearouler 

  • Group: Members
  • Posts: 4
  • Joined: 20-March 09

Posted 23 March 2009 - 10:54 AM

thanks for your answer...

Y have tried Vista Update Toolkit from NewAge forum, and it's ok...

But Y still wonder what is wrong on my xml.....

my install.cmd is :

Quote

@echo off
ECHO.
ECHO.
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO. XX ............................XX
ECHO. XX.............................XX
ECHO. XX.............................XX
ECHO. XX......INSTALLATION..DES......XX
ECHO. XX.........PROGRAMMES..........XX
ECHO. XX.............................XX
ECHO. XX.............................XX
ECHO. XX.............................XX
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.
echo installation de AVG
start /wait %SYSTEMDRIVE%\INSTALL\avg\setup.exe /hide /no_welcome /NOAVGTOOLBAR
echo.
echo installation de Firefox
start /wait %SYSTEMDRIVE%\INSTALL\fire\fire.exe /S
echo.
echo installation de Open Office
start /wait %SYSTEMDRIVE%\INSTALL\open\setup.exe /S
echo.
echo installation de Utorrent
start /wait %SYSTEMDRIVE%\INSTALL\utorrent\utorrent.exe /S
echo.
echo installation de VLC
start /wait %SYSTEMDRIVE%\INSTALL\vlc\vlc.exe /S
echo.
echo installation de Winrar
start /wait %SYSTEMDRIVE%\INSTALL\winrar\setup.exe /S
echo.
echo installation de ThunderBird
start /wait %SYSTEMDRIVE%\INSTALL\thunder\thunder.exe -ms -ira
echo.
echo installation de Deepburner 1.9
start /wait %SYSTEMDRIVE%\INSTALL\deep\deepburner.exe /S
echo.
echo installation de Filezilla
start /wait %SYSTEMDRIVE%\INSTALL\file\file.exe /S
echo.
echo installation de Foxitreader
start /wait %SYSTEMDRIVE%\INSTALL\foxit\foxit.msi /qn REBOOT=Suppress
echo.
echo suppression du dossier d installation
rd /s /q %systemdrive%\INSTALL
echo.
start %windir%\system32\shutdown.exe -r -f -t 25 -c "Windows va redemarrer dans 25 secondes - ce redemarrage est normal apres l'installation de XPH Feuillearouler Unattended"


And I would find what"s wrong....

Thanks

This post has been edited by feuillearouler: 23 March 2009 - 10:55 AM


#255 User is offline   feuillearouler 

  • Group: Members
  • Posts: 4
  • Joined: 20-March 09

Posted 24 March 2009 - 09:14 AM

I hope I have found......

It may be a mistake in .xml file :

Quote

<CommandLine>%systemdrive%\install\install.cmd</CommandLine>


It should be

Quote

<CommandLine>%systemdrive%\install\install.bat</CommandLine>


I hope it will be ok....I'll tell you more in few minutes....

One more thanks for all the help^you give us...

This post has been edited by feuillearouler: 24 March 2009 - 09:16 AM


#256 User is offline   feuillearouler 

  • Group: Members
  • Posts: 4
  • Joined: 20-March 09

Posted 26 March 2009 - 12:51 AM

pffff.....

I don't understand what's wrong....and it's even worse than before. My folder $oem$ is not more copied on the root of the system...but if i use another xml file (The Felon's one for exemple), the folder is copied....

I think I will use New Age Os method...and still search wath's wrong at the same time....so if someone find wath's wrong....thank

Feuillearouler


Sorry, I should have open a new post...I didn't thought it should be so long....

This post has been edited by feuillearouler: 26 March 2009 - 12:51 AM


#257 User is offline   lello 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 17-May 07

Posted 14 April 2009 - 12:25 AM

@ FireGeier

After running the file I get this error PrepLab.cmd:

Quote

The directory "C:\Programmi\Windows AIK\Tools\PETools" does NOT exist!


Instead this directory and 'this...

Posted Image

In addition to variables of the system and 'this:

Quote

PETools = C:\Programmi\Windows AIK\Tools\PETools


Thank very much

#258 User is offline   lello 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 17-May 07

Posted 14 April 2009 - 12:46 AM

Thanks, I solved!
:thumbup :thumbup :thumbup

#259 User is offline   notosapien 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 27-September 07

  Posted 15 May 2009 - 05:06 AM

View PostCOOLCOMPUTERGUY, on Dec 11 2008, 03:19 AM, said:

Here is the truth about sysprep: it's really meant for system builders who want to clone the custem system image for rapid deploy to many computers. Also it is mostly to prerpare a computer with a preinstalled os that the custumer does not have to install but does have to answer oobe questions at first log on.

So, if you arn't preparing the computer for a custumer or planing to clone the system image you would have no need for sysprep.

Therefore the best and easyest way is forgetv about sysprep and add you programs at pass 7 first log on commands.


Yes I also thought of tryin your suggestion out since sysprep didn't work for me currently, BUT when I first used this tutorial, it worked before hmm i can't put a finger on what happen now, after starting fresh. sysprep will load, finish or not, it will shutdown instead of restarting like it use to, i even used the autounattended.xml that worked before, its mind boggling, hope anyone can shed some light to this mysterious problem.

Anyway I dump all that and add my programs in past 7 (FirstLogon) instead of the usual place at past 6 when sysprep was used, and it doesn't seem to work.

I also remember using FirstLogon when sysprep was working, that time FirstLogon worked fine too.

hmmmmmm i'm lost...

#260 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 323
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 June 2009 - 03:59 AM

Hi guys :hello: I have been batteling with the unattended.xml for a while now. Finally got it to work by using FireGeier's basic unattend.

OK that said I would like to add two user accounts and ip address settings to this basic unattend. The first thing I notice when looking back through FireGeier's guide is the following:

Quote

• • • •
NOTE:
If you set "Administrator" as username, the build in administrator account will be enabled.

Always use the english word Administrator, whatever language version you're using! Only the english word Administrator will enable the main administrator account!

Please don't try to use an other than the Administrator account for this basic Autounattend.xml!


OK I have set it as FireGeier has shown - but now want to add local accounts to my xml. Does it mean that I need to remove the Administrator as user name part of the equation?

Can someone give me some help on this. I have tried just adding the local accounts as I want them but get and error on reboot.

bookie32

#261 User is offline   morning 

  • Group: Members
  • Posts: 6
  • Joined: 06-September 08

Posted 10 June 2009 - 02:49 AM

The links give 403 Forbidden error :(

#262 User is offline   steviewonder 

  • Junior
  • Pip
  • Group: Banned
  • Posts: 86
  • Joined: 01-April 06
  • OS:none specified
  • Country: Country Flag

Posted 16 June 2009 - 09:22 AM

Me also forbidden, your .htaccess file I imagine

This post has been edited by steviewonder: 16 June 2009 - 09:23 AM


#263 User is offline   newbiePete 

  • Group: Members
  • Posts: 1
  • Joined: 24-June 09

Posted 24 June 2009 - 08:31 AM

Hi i get a 403 forbidden error when i try to access any of the links. Please help!!!

#264 User is offline   FFA 

  • DaGosh^
  • PipPip
  • Group: Members
  • Posts: 129
  • Joined: 27-July 03

Posted 25 June 2009 - 02:36 PM

same here i get allso 403 forbidden... :(

#265 User is offline   CorporateVersion 

  • Group: Members
  • Posts: 4
  • Joined: 28-July 05
  • OS:none specified
  • Country: Country Flag

Posted 25 June 2009 - 04:18 PM

FireGeier_Unattended_Vista_Guide in PDF

Use this link

with this password : coucou

#266 User is offline   Spratwurst 

  • Group: Members
  • Posts: 2
  • Joined: 06-July 09

Posted 07 July 2009 - 12:55 AM

View PostCorporateVersion, on Jun 26 2009, 07:18 AM, said:

FireGeier_Unattended_Vista_Guide in PDF

Use this link

with this password : coucou


Thanks! That's helpful... except we also can't D/L the VU_Batchs.exe file he links from the PDF. Does anyone have that floating around to post?

Cheers,

Spratwurst

#267 User is offline   wallace1 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 17-November 07

Posted 07 July 2009 - 02:57 AM

:hello:

Take a look at the attached file.

Bye.

Attached File(s)



#268 User is offline   Spratwurst 

  • Group: Members
  • Posts: 2
  • Joined: 06-July 09

Posted 08 July 2009 - 12:32 AM

Groovy. Thanks a bunch!

Sprat

#269 User is offline   cronosmen 

  • Group: Members
  • Posts: 5
  • Joined: 23-April 09

Posted 12 July 2009 - 10:47 AM

thanks for this guide :D

#270 User is offline   Jana_MyEelam 

  • Group: Members
  • Posts: 2
  • Joined: 19-March 09

Posted 03 August 2009 - 08:16 AM

Hallo, I am Actualy New one here
Whay cant i open the links of the guide.

I get this message

Forbidden

You don't have permission to access /en/introduction.html on this server.


Please help me i need this guide to realize my Unattend Vista Installation

Waiting for somebody help

Thanks

Share this topic:


  • 15 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 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