Help - Search - Members - Calendar
Full Version: Office 2003 silent install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Cre8tive
Hi folks,

I've created a silent installer for office which should install word,powerpoint,excel and acces. When I run the silent installer on an already installed OS(xp), it works fine. Pitifully when I embed it in my windows xp instalation, it doesnt succeed. During the instalation of all apps in the windows instalation, there arent any errors given. When the OS starts I'm able to see office didnt install itself. I looked up the log and noticed it gave an error code. I've attached the logs. I already checked google about the error but couldn't find anything useful about the issue. It seems somethings wrong with the cache though I'm sure the drive has enough space on it.

-----------------------------------------------------------------------------------------------------------------------------------

Exit code was an error.
Shutting down chained setup processing.
Set Verbose logging for subsequent setup.


***** Setup exits
4/28/2008 2:43:34 PM
(return = 1603)

thanks in advice
vascorama
The latest version of my dvd i made also gave me the same issue, i did it all the same way i did the other times...
It just doesn´t install, doesn´t give me any errors....
The only thing i changed was adding some updates >07/2007 and changed nLite version so one of these two things is causing the issue in my case....
anyone?
mara-
If you are installing via svcpack, it won't work, you must use RunOnce.

Cheers newwink.gif
Cre8tive
Could you please be a little bit more specific......, does that mean It'll be installed after the first login?
Thanks though for the reply:)

QUOTE (mara- @ Apr 28 2008, 12:33 PM) *
If you are installing via svcpack, it won't work, you must use RunOnce.

Cheers ;)



*edit: it might be useful for you people to know I'm using a cab addon in nlite....
mara-
You will need to create 7-Zip Switchless Installer, guide here.

And yes, it will be installed during first log on. You can add RunOnce on Unattended page of nLite.

Cheers newwink.gif
Cre8tive
ok I already made a 7zip installer,

now what should I do?

QUOTE (mara- @ Apr 28 2008, 02:24 PM) *
You will need to create 7-Zip Switchless Installer, guide here.

And yes, it will be installed during first log on. You can add RunOnce on Unattended page of nLite.

Cheers ;)
mara-
Here is example. If your 7zip installer iz named office2003.exe, you will add this to RunOnce in Unattended page of nLite:

CODE
%SOURCE%I386\office2003.exe


Of course, you need to copy office2003.exe to I386 folder. And, in case you want to ask, \ is not necessary after %SOURCE%.

Cheers newwink.gif
Cre8tive
thanks a lot!
and sorry for my noobness:D


QUOTE (mara- @ Apr 28 2008, 03:38 PM) *
Here is example. If your 7zip installer iz named office2003.exe, you will add this to RunOnce in Unattended page of nLite:

CODE
%SOURCE%I386\office2003.exe


Of course, you need to copy office2003.exe to I386 folder. And, in case you want to ask, \ is not necessary after %SOURCE%.

Cheers ;)

Cre8tive
mm I've got a simple question.

When I add the runonce commands in nlite. It installs everything through a cmd windows is there any possibility to get something like this:

http://ictfreak.files.wordpress.com/2007/0...w=424&h=480
mara-
I'm sure it is possible, but I don't know how to do it. Somebody else will have to help you with this. I would like to know this too.

Cheers newwink.gif
Cre8tive
Thread may be closed, figured it out:D

thanks for everything;)
QUOTE (mara- @ Apr 29 2008, 05:04 AM) *
I'm sure it is possible, but I don't know how to do it. Somebody else will have to help you with this. I would like to know this too.

Cheers ;)

khaihon
QUOTE (Cre8tive @ Apr 29 2008, 03:13 PM) *
Thread may be closed, figured it out:D

thanks for everything;)
QUOTE (mara- @ Apr 29 2008, 05:04 AM) *
I'm sure it is possible, but I don't know how to do it. Somebody else will have to help you with this. I would like to know this too.

Cheers ;)



Hi Cre8tive,

Can you share on how you fixed this? I'm very interested in getting this integration to work on an XP install as I'm having the same problems.
Cre8tive
Use the $OEM$ folders and put the setup.exe TRANSFORMS=*nameofmst* /qn command in the runonce.
QUOTE (khaihon @ Apr 29 2008, 03:53 PM) *
QUOTE (Cre8tive @ Apr 29 2008, 03:13 PM) *
Thread may be closed, figured it out:D

thanks for everything;)
QUOTE (mara- @ Apr 29 2008, 05:04 AM) *
I'm sure it is possible, but I don't know how to do it. Somebody else will have to help you with this. I would like to know this too.

Cheers ;)



Hi Cre8tive,

Can you share on how you fixed this? I'm very interested in getting this integration to work on an XP install as I'm having the same problems.

Isurfer
QUOTE (Cre8tive @ Apr 30 2008, 02:08 AM) *
Use the $OEM$ folders and put the setup.exe TRANSFORMS=*nameofmst* /qn command in the runonce.
QUOTE (khaihon @ Apr 29 2008, 03:53 PM) *
QUOTE (Cre8tive @ Apr 29 2008, 03:13 PM) *
Thread may be closed, figured it out:D

thanks for everything;)
QUOTE (mara- @ Apr 29 2008, 05:04 AM) *
I'm sure it is possible, but I don't know how to do it. Somebody else will have to help you with this. I would like to know this too.

Cheers ;)



Hi Cre8tive,

Can you share on how you fixed this? I'm very interested in getting this integration to work on an XP install as I'm having the same problems.



I have put this iin my winnt.sif file.

[GuiRunOnce]

%systemdrive%\install\start.cmd

-0-0-0-
And put this in my start.cmd file

ECHO install Office XP Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.