It could mean a whole load of things http://uekb.shavlik.com/updateexpert/TroubleShooting/ErrorCodes/UE0134.h tm try making a transform file with the office install admin kit. My package looks like this <install cmd='msiexec /i "%software%\Office2003\PRO11.MSI" TRANSFORMS=%software%\public\Office2003\office2003-wpkg.MST /qb- ALLUSERS=1 ' /> <install cmd='%software%\public\office2003\Office2003SP3-KB923618-FullFile-ENU.ex e /Q ' > <exit code="3010"/> </install> <install cmd='msiexec.exe /i %SOFTWARE%\office2003\fileformatconverters\o12conv.msi /quiet /norestart ' /> Paul > -----Original Message----- > From: wpkg-users-bounces at lists.wpkg.org > [mailto:wpkg-users-bounces at lists.wpkg.org] On Behalf Of Jens Geile > Sent: Monday 14 July 2008 13:20 > To: wpkg > Subject: [wpkg-users] MS Office 2003 problem > > Hi, > > I'm trying to install Microsoft Office 2003 Professional with > WPKG but as soon as I copy the install source dir onto my > server I keep getting exit code 1603 when I run the following command: > > <install cmd='"%SOFTWARE_ISERV%\msoff2k3pro\setup.exe" /qn > ADDLOCAL=ALL REBOOT=ReallySuppress ALLUSERS=1 > PIDKEY=%ci_msoff2k3pro%"' /> > > All other combinations like > <install cmd='msiexec /qn /i > "%SOFTWARE_ISERV%\msoff2k3pro\pro11.msi" ADDLOCAL=ALL > REBOOT=ReallySuppress ALLUSERS=1 PIDKEY=%ci_msoff2k3pro%"' /> > or the likes are also failing with exit code 1603. > > The thing is that it works fine when I use these commands > when running directly from the CD and even if I run it off of > the local harddisk. But as soon as I try running it from the > server it fails. > I also tried creating and administrative installation point > with /a but even from that installation point I keep getting > exit code 1603. > > I'm kind of out of ideas here.... Any ideas? > > - > jens > -------------------------------------------------------------- > ----------- > wpkg-users mailing list archives >> > http://lists.wpkg.org/pipermail/wpkg-users/ > _______________________________________________ > wpkg-users mailing list > wpkg-users at lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/wpkg-users > |