IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

 
Reply to this topicStart new topic
> Office 2003 silent install
Cre8tive
post Apr 28 2008, 10:25 AM
Post #1





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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

This post has been edited by Cre8tive: Apr 28 2008, 10:45 AM
Attached File(s)
Attached File  Microsoft_Office_2003_Setup_0001_.txt ( 4.04K ) Number of downloads: 84
Attached File  Microsoft_Office_2003_Setup_0001__Task_0001_.txt ( 177.4K ) Number of downloads: 28
 
Go to the top of the page
 
+Quote Post
vascorama
post Apr 28 2008, 11:12 AM
Post #2


Newbie


Group: Members
Posts: 23
Joined: 29-July 07
Member No.: 148473
OS: Vista Ultimate x86
Country Flag


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?
Go to the top of the page
 
+Quote Post
mara-
post Apr 28 2008, 12:33 PM
Post #3


Office Integrator Developer
*****

Group: Members
Posts: 958
Joined: 19-February 07
Member No.: 127541
OS: Vista Ultimate x64
Country Flag


If you are installing via svcpack, it won't work, you must use RunOnce.

Cheers newwink.gif
Go to the top of the page
 
+Quote Post
Cre8tive
post Apr 28 2008, 12:43 PM
Post #4





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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....

This post has been edited by Cre8tive: Apr 28 2008, 02:19 PM
Go to the top of the page
 
+Quote Post
mara-
post Apr 28 2008, 02:24 PM
Post #5


Office Integrator Developer
*****

Group: Members
Posts: 958
Joined: 19-February 07
Member No.: 127541
OS: Vista Ultimate x64
Country Flag


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
Go to the top of the page
 
+Quote Post
Cre8tive
post Apr 28 2008, 02:29 PM
Post #6





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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 ;)


This post has been edited by Cre8tive: Apr 28 2008, 03:24 PM
Go to the top of the page
 
+Quote Post
mara-
post Apr 28 2008, 03:38 PM
Post #7


Office Integrator Developer
*****

Group: Members
Posts: 958
Joined: 19-February 07
Member No.: 127541
OS: Vista Ultimate x64
Country Flag


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
Go to the top of the page
 
+Quote Post
Cre8tive
post Apr 28 2008, 03:44 PM
Post #8





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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 ;)

Go to the top of the page
 
+Quote Post
Cre8tive
post Apr 28 2008, 04:12 PM
Post #9





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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
Go to the top of the page
 
+Quote Post
mara-
post Apr 29 2008, 04:04 AM
Post #10


Office Integrator Developer
*****

Group: Members
Posts: 958
Joined: 19-February 07
Member No.: 127541
OS: Vista Ultimate x64
Country Flag


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
Go to the top of the page
 
+Quote Post
Cre8tive
post Apr 29 2008, 02:13 PM
Post #11





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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 ;)

Go to the top of the page
 
+Quote Post
khaihon
post Apr 29 2008, 02:53 PM
Post #12





Group: Members
Posts: 1
Joined: 21-December 05
Member No.: 83099
Country Flag


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.
Go to the top of the page
 
+Quote Post
Cre8tive
post Apr 29 2008, 06:08 PM
Post #13





Group: Members
Posts: 9
Joined: 27-April 08
Member No.: 188839
OS: none
Country Flag


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.

Go to the top of the page
 
+Quote Post
Isurfer
post Apr 30 2008, 05:03 AM
Post #14





Group: Members
Posts: 1
Joined: 30-April 08
Member No.: 189337
OS: none
Country Flag


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-
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 8th January 2009 - 12:23 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy