MSFN Forum: TRANSFORMS=Unattended.MST - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

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

TRANSFORMS=Unattended.MST Rate Topic: -----

#1 User is offline   maxXPsoft 

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

Posted 03 January 2005 - 08:36 PM

I created an Office XP SP3 by this http://unattended.ms...xp_advanced.htm
and it says to rename the
TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-

to...
TRANSFORMS=Unattended.MST /qb-

It won't let me rename that with the Microsoft Office XP Resource Kit Tools I downloaded = orktools.exe on same link. It it keeps that path it probably won't install correctly.
How do you get around this?


#2 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 03 January 2005 - 09:26 PM

thank you for reminding me...

the site isn't too clear about that. It should be that you close out of the ORK tools, and then when adding it to your batch file or whatever you change it THERE to just unattend.mst

#3 User is offline   maxXPsoft 

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

Posted 04 January 2005 - 07:15 AM

Thanks Alanoll
I tried every search I string could and couldn't find anything like that. Also some of my screens were a little different and I thought the version I had was the problem.
Tried everything to open it also and finally with VB and I don't see any path like the long one.

#4 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 January 2005 - 08:04 AM

No, don't worry, it will install fine. :yes:
That
TRANSFORMS=Unattended.MST /qb-
refers to the command-line to use to install Office2k3.

#5 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 14 June 2012 - 04:45 PM

I know this is quite an old thread, but I thought why opening a new one since this is the same problem I have now. My batch file looks like that and is taken from the above mentioned website:
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait "f:\Desktop Support\XPCD\$OEM$\$1\install\Applications\Office2003\setup.exe" TRANSFORMS=Unattended.MST /qb-



What is wrong that it won't allow me to install Office 2003? Below is the error message.

Quote

---------------------------
TRANSFORMS=Unattended.MST
---------------------------
Windows cannot find 'TRANSFORMS=Unattended.MST'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
---------------------------
OK
---------------------------


Could someone please post the correct batch file content?

Thank you very much in advance for your help.

This post has been edited by Mackhack: 14 June 2012 - 04:47 PM


#6 User is online   Kelsenellenelvian 

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

Posted 15 June 2012 - 03:29 AM

ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait "c:\install\Applications\Office2003\setup.exe" TRANSFORMS=Unattended.MST /qb-

#7 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 15 June 2012 - 09:13 AM

View PostKelsenellenelvian, on 15 June 2012 - 03:29 AM, said:

ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait "c:\install\Applications\Office2003\setup.exe" TRANSFORMS=Unattended.MST /qb-


Thanks for your reply, but the installation files aren't on the C:\ drive. They are on network drive.

#8 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,379
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 June 2012 - 11:47 AM

Maybe you need to check if the name you used is correct, mine is (whithout quotes):

Example with WPI:
'%WPIPath%\\Install\\Office2003\\setup.exe TRANSFORMS=UNATTEND.MST /qn'

Cheers

#9 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 15 June 2012 - 02:12 PM

What name? From the unattended.mst file? I double checked that already. F2 on the file, copied the file name and pasted it into the batch file.

#10 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,379
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 June 2012 - 02:51 PM

TRANSFORMS=Unattended.MST /qb-

TRANSFORMS=UNATTEND.MST /qb-

You see the difference?


#11 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 15 June 2012 - 03:01 PM

So is that case sensitive? Attached is a screenshot of the directory.

Attached File(s)



#12 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,379
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 June 2012 - 03:06 PM

View PostAlanoll, on 03 January 2005 - 09:26 PM, said:

thank you for reminding me...

the site isn't too clear about that. It should be that you close out of the ORK tools, and then when adding it to your batch file or whatever you change it THERE to just unattend.mst


Yes, it seems!
Create a new mst file and save as Unattend.mst! I always use successfully like that!

HTH

This post has been edited by myselfidem: 15 June 2012 - 03:21 PM


#13 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 15 June 2012 - 03:24 PM

Just did, still the same issue :(

#14 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,379
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 June 2012 - 03:32 PM

Have you tried whithout quotes and whithout space inside folder names ?:

.\setup.exe TRANSFORMS=UNATTEND.MST /qb-

Example, like this:

start /wait F:\Desktop_Support\XPCD\$OEM$\$1\install\Applications\Office2003\setup.exe TRANSFORMS=UNATTEND.MST /qb-


*Edit: The new link for the web site you told is here now:

http://unattended.ms...xp/view/web/50/

This post has been edited by myselfidem: 15 June 2012 - 04:52 PM


#15 User is online   Kelsenellenelvian 

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

Posted 15 June 2012 - 09:29 PM

YOUR ISSUE IS WITH THIS!!!

Quote

\XPCD\$OEM$\$1\


It COPIES THE Office files to the c:\Install dir!!!

Office install WILL NOT look for your "network drive" without extra steps

#16 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 16 June 2012 - 11:33 AM

View PostKelsenellenelvian, on 15 June 2012 - 09:29 PM, said:

YOUR ISSUE IS WITH THIS!!!

Quote

\XPCD\$OEM$\$1\


It COPIES THE Office files to the c:\Install dir!!!

Office install WILL NOT look for your "network drive" without extra steps


So what are the extra steps?

#17 User is online   Kelsenellenelvian 

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

Posted 16 June 2012 - 12:54 PM

Lemme ask you 1 thing:

WHY go trough all of the extra steps when you already have ALL of the files being copied to the local system and only need to delete some info from your cmdline?

#18 User is offline   Mackhack 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 21-December 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 16 June 2012 - 07:42 PM

View PostKelsenellenelvian, on 16 June 2012 - 12:54 PM, said:

Lemme ask you 1 thing:

WHY go trough all of the extra steps when you already have ALL of the files being copied to the local system and only need to delete some info from your cmdline?


Perfectly fine questions need to be answered perfectly fine as well :)

Because we're tired of putting the keys in manually every single time + some settings that we put in place that way. We manage over 3k Windows machines and this would make our job a hell of a lot easier.

#19 User is online   Kelsenellenelvian 

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

Posted 16 June 2012 - 09:18 PM

You are not listening:

I gave you a perfectly fine answer with your existing setup...

Just change the **** comandline it works fine that way.

Otherwise you have to change ALL of your folder structures and commandlines...

You are completly wrong when you say the installation files are not on the c:\drive. the way you have set it up the windows installation process copies them during windows setup...

#20 User is offline   GrofLuigi 

  • GroupPolicy Tattoo Artist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,274
  • Joined: 21-April 05
  • OS:none specified
  • Country: Country Flag

Posted 16 June 2012 - 11:24 PM

Regardless where it is, why don't you try:

start /wait msiexec.exe /i PRO11.MSI TRANSFORMS="Unattended.MST"


Share this topic:


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

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



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