MSFN Forum: WAIK help needed - MSFN Forum

Jump to content



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

WAIK help needed Incorporating Office 2007 Rate Topic: -----

#1 User is offline   NobleSir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-February 07

Posted 23 July 2008 - 10:04 PM

Background
I have created a customized automated install of office 2007. It's a silent install so all you see is a window that comes up and shows setup initiating and then it disappears and office installs.

I need some help using WAIK for the automation features with Vista.
Question:
How do you have an unattended vista install - install an unattended office 2007 automatically - once vista has loaded?
- I have tried, but the WAIK stuff is greek to me.
- I know that vista does not work like XP with the winnt.sif

Simplified: Is there a way to make Office 2007 part of the vista install? (WAIK or vlite)?

Any help would be appreciating please and thanks.

-Noble


#2 User is offline   Minus30 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 02-July 08

Posted 24 July 2008 - 02:45 AM

I install apps with 2 xml files. The first Autounattend makes your Vista installation unattended.

In the Oobe Pass of this one, you simply add a Reseal to boot into Audit mode (don't know exactly which module without seeing it)
Then in the AuditUser Pass of the first XML, you add Synchronous Commands

First you have to specify a folder. You can do this by putting a txt file names AppsRoot.txt in the root of your DVD. Also make a folder named Install, where you put all your installation files.

The first Sync Command should be:

 
cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m" 

To specify the root of your DVD as %AppsRoot%

Then to install programs, use code like this:

 
cmd /c %AppsRoot%\Install\Office\Install.exe [+parameters] like you would do an install with a 'run' command in windows. 


btw, I got all this info from the nice little Guide Firegeier wrote from us on this forums:

http://www.msfn.org/...ide-t95462.html

#3 User is offline   cjoyce1980 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 06-December 06

Posted 24 July 2008 - 03:21 AM

you could try using BDD2007, its a great way to deploy your desktops

http://technet.micro...y/bb490308.aspx

#4 User is offline   NobleSir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-February 07

  Posted 24 July 2008 - 10:34 AM

Thanks for the help!

I'm going to try the WAIK way first and if I can't figure that out, I will try BDD2007.

Minus30 - Does the guide in which you found the information start from scratch? For example - start the WAIK program, then do step A, B..etc? I looked on that other page but I could not find where you got the info. Can you post a direct link? Thanks

#5 User is offline   Minus30 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 02-July 08

Posted 28 July 2008 - 04:09 AM

The guide I gave start from scratch yes. It's how I learned to make a vista unattended with minimal experience (I've made an unattended XP once before :P)

The link is to a forum thread
You want to look at the first post. It's the index of the guide. Just click the links you see there

#6 User is offline   NobleSir 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-February 07

Posted 01 August 2008 - 10:20 AM

Yea, I think I am no longer a novice user of WAIK =p. I followed the guide, but it needs to be updated for SP1 - especially when it comes to booting to audit mode and not having the network window come up upon first boot. Also, when going in to audit mode to install my apps and then rebooting into real mode, the prompts for user name and language, etc appear. I tried to create the other unattended xml file to have it pass those settings, but I couldn't get it to work. Everything else works though =). :thumbup

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