jesusmr Posted January 3, 2006 Share Posted January 3, 2006 Hi:I try to make a unattended Office installation using WPI. I make the SP2 update and I use the Office XP resouce Kit to create the MST file. I run this process (administrative point, Sliptreamer and custom installation wizard) in my c:\office2k3 folder and when I tested run perfectly and silent. The problem is, when I transfer this folder to my WPI image disc and run the WPI the office setup start to install and before finish, the setup rollback all the process without any messages. Using WPI I can't install Office. If anyone can help me I will appreciate.Thanks,JRPDThis is my office path in WPIcmd1[pn]=['%cdrom%\\WPI\\Install\\Applications\\Office2k3\\setup.exe TRANSFORMS=Unattended.MST /qb-'] Link to comment Share on other sites More sharing options...
nwarren Posted January 3, 2006 Share Posted January 3, 2006 I'd be tempted to try adding in the fully qualified path to the MST file in the command line? Link to comment Share on other sites More sharing options...
jesusmr Posted January 3, 2006 Author Share Posted January 3, 2006 Yep. I try and running smooth, the problem is only when is used with wpi. Link to comment Share on other sites More sharing options...
glent Posted January 4, 2006 Share Posted January 4, 2006 (edited) trycmd1[pn]=['%cdrom%\\WPI\\Install\\Applications\\Office2k3\\setup.exe TRANSFORMS=%cdrom%\\WPI\\Install\\Applications\\Office2k3\\Unattended.MST /qb-']note that is all one line Edited January 4, 2006 by kelsenellenelvian Link to comment Share on other sites More sharing options...
oneless Posted January 4, 2006 Share Posted January 4, 2006 NO problems here with thiscmd1[pn]=['%cdrom%\\WinApp\\Office_2003\\setup.EXE TRANSFORMS=Unattended.MST /qb-']from wpi 3.1 .@jesusmr have you tried on other computer ? Link to comment Share on other sites More sharing options...
parkerkane Posted January 11, 2006 Share Posted January 11, 2006 I had some trouble with this and I ended up making a .cmd file that I called instead of directly calling the transform.Text of my setup.cmdcmdow @ /HID@echo offstart /wait \\"server"\Packages\Office2003\setup.exe TRANSFORMS=Office2003_NoAcc.MST /qb-exitIf you modify it with your path it may work. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now