MSFN Forum: Vista unattended Guide - MSFN Forum

Jump to content


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

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

#221 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 02:06 PM

Coz if you read the Unattended guide you'd know it's for integrating the registry tweaks, or haven't you read the guide yet ?

Check it :
http://firegeier.unattended-sponsor.de/en/regtweaks.html

This post has been edited by nokia999i: 25 October 2008 - 02:08 PM



#222 User is offline   The Felon 

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

Posted 25 October 2008 - 02:32 PM

If you use a used a configuration set ($oem$) than all your aplications and
registry files would be copied to the hard drive before
they install so you could add synchonous commands with
the path pointing to your hard drive wich is more efficiant
than the appsroot.txt.
Example:
 
- <FirstLogonCommands>
- <SynchronousCommand wcm:action="add">
  <CommandLine>%SYSTEMDRIVE%\INSTALL\INSTALL.CMD</CommandLine> 
  <Order>1</Order> 
  </SynchronousCommand>
  </FirstLogonCommands>
 

This post has been edited by The Felon: 25 October 2008 - 02:35 PM


#223 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 02:37 PM

Can you post what the Install.cmd has inside ? I do not know as I am new to all this as you might have noticed ... A detailed guide would do just nicely mate ;)

10x ...

#224 User is offline   The Felon 

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

Posted 25 October 2008 - 02:43 PM

@echo off
ECHO.
ECHO.
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO. XX .........................................................XX
ECHO. XX..........................................................XX
ECHO. XX..........................................................XX
ECHO. XX...........INSTALLING ADDITIONAL.........XX
ECHO. XX....................PROGRAMS.....................XX
ECHO. XX..........................................................XX
ECHO. XX..........................................................XX
ECHO. XX......................................................,...XX
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO. XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ECHO.
ECHO.
ECHO.
ECHO.
ECHO.

echo INSTALLING JAVA
start /wait %systemdrive%\install\java.exe

echo INSTALLING M.S.WORDVIEWER
start /wait %systemdrive%\install\M.S.WORDVIEWER.exe

echo INSTALLING UNI EXTRACTOR
start /wait %systemdrive%\install\UNIEXT.exe

echo INSTALLING V-LITE
start /wait %systemdrive%\install\v-lite.exe

rem reg tweak
%systemdrive%\install\regedit /s tweaks.reg

This post has been edited by The Felon: 25 October 2008 - 02:51 PM


#225 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 03:07 PM

What you mean is, the $OEM$ folder actually is the system drive, meaning everything inside it is automatically copied to hard drive before running ?

#226 User is offline   The Felon 

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

Posted 25 October 2008 - 03:19 PM

If you place $oem$\$1 in the root of the install dvd everytheng inside $1 is copied to the root of
the system partition same as in XP. Place a folder called 'install"
with your applications and other commands inside $1 along with install.cmd.
The only cach is it won't work unless you select the option to "use configuration set" from WSIM.

#227 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 03:30 PM

Testing it, will report back in an hour don't go anywhere mate ;)

10x ...

#228 User is offline   The Felon 

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

Posted 25 October 2008 - 03:34 PM

Just to let you Know if you have WSIM open, put the share folders in the root of the DVD before selecting "use confitguration set" or it will error.

#229 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 03:41 PM

What do you mean ? .. BTW if you have MSN min is : george.lucas.1971@gmail.com

We could talk better there ... Plz It's urgent I know ..


10x..

#230 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 03:49 PM

It looks like this so far :

Posted Image

#231 User is offline   The Felon 

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

Posted 25 October 2008 - 03:53 PM

So far so good.

#232 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 04:15 PM

Here's what my OS looks like :

Posted Image

Posted Image

Posted Image

Posted Image

Posted Image

Posted Image

Those ar just a few :D

#233 User is offline   The Felon 

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

Posted 25 October 2008 - 04:35 PM

How do I register for new age os.net ?

#234 User is offline   nokia999i 

  • The.Freak
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 29-September 06

Posted 25 October 2008 - 04:43 PM

Here :
http://www.newage-os.net/register.php?do=signup


#235 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 29 October 2008 - 09:23 PM

Has anyone here successfully implemented the instructions for integrating drivers into their image? I can't seem to get it to work. I always get an error that Vista cannot locate the boot-critical drivers. I did manage to get the basic answer file to work though.

#236 User is offline   slatz 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 03-March 06

Posted 05 November 2008 - 11:30 AM

Can anyone post a working link to the correct download of Business Desktop Deployment Tools 2007 (BDD 2007).
Please and thank you. :hello:

#237 User is offline   slatz 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 03-March 06

Posted 05 November 2008 - 11:44 AM

Ok, I found the new version of BDD 2007. Microsoft has cleverly renamed the tool kit to MDT. It can be found here for those looking.
MDT Tool Kit 2008

#238 User is offline   rojanu 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 16-July 04

Posted 19 November 2008 - 10:04 AM

I have followed the guide to create an AutoUnattend.xml, but my system doesn't boot into sysprep mode, Any ideas why?

Thanks

Attached File(s)



#239 User is offline   COOLCOMPUTERGUY 

  • Cool.
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 27-October 08

Posted 19 November 2008 - 11:19 AM

Why are you trying to use sysprep ?

#240 User is offline   rojanu 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 16-July 04

Posted 19 November 2008 - 04:38 PM

because the Guide instructs so!!!!

Quote

We insert a second Synchronous Command to Pass 4 specialize:
%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit

EXPLANATION:

This command will boot system to audit modes, where the applications will be installed.


Share this topic:


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

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



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