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
> openoffice.org?, v 1.10
venim
post Dec 10 2003, 02:38 PM
Post #1


Member
**

Group: Members
Posts: 218
Joined: 31-August 03
Member No.: 6093



Anyone has it for this please?
Go to the top of the page
 
+Quote Post
rik
post Dec 11 2003, 11:39 AM
Post #2


Veteran of the Psychic Wars
***

Group: Members
Posts: 473
Joined: 16-May 03
From: Texas
Member No.: 3472
Country Flag


huh?
Go to the top of the page
 
+Quote Post
FthrJACK
post Dec 11 2003, 11:49 AM
Post #3


I am a PC...
Group Icon

Group: Patrons
Posts: 3392
Joined: 16-August 01
Member No.: 2
OS: Vista Ultimate x86
Country Flag


i think he means how to install it on unattended with switches...
Go to the top of the page
 
+Quote Post
venim
post Dec 11 2003, 01:39 PM
Post #4


Member
**

Group: Members
Posts: 218
Joined: 31-August 03
Member No.: 6093



yep.
So does anyone have it ?
Go to the top of the page
 
+Quote Post
DogMeat
post Dec 12 2003, 08:33 AM
Post #5





Group: Members
Posts: 7
Joined: 11-December 03
Member No.: 10720



The OOo Installation Site has all the latest info, however the best reference right now is an old Sun PDF available there called StarOffice 5.2 - Installation with Response Files

I created a response file for what install options I wanted:

CODE
[Environment]
InstallationMode = INSTALL_NORMAL
InstallationType = STANDARD
DestinationPath = <firstfree>\openoffice
StartProcedure = MyStartProc
EndProcedure = MyEndProc

[Procedures]
Sub MyStartProc
ShowSetup
End Sub

Sub MyEndProc
HideSetup
DefuseRestart(True)
End Sub

[Java]
JavaSupport = preinstalled_or_none


And I run the actual setup like this:
CODE
%systemdrive%\install\OOo\setup.exe -r %systemdrive%\install\OOo\response.txt


Enjoy!

DogMeat
Go to the top of the page
 
+Quote Post
venim
post Dec 12 2003, 12:20 PM
Post #6


Member
**

Group: Members
Posts: 218
Joined: 31-August 03
Member No.: 6093



Thanks DogMeat.
I'm going to check it out later.
smile.gif
Go to the top of the page
 
+Quote Post
venim
post Dec 13 2003, 01:51 PM
Post #7


Member
**

Group: Members
Posts: 218
Joined: 31-August 03
Member No.: 6093



Can't find out how to install it to program files in a folder named eg openoffice.
Can U tell me how to do it?
Tried sth like %systemdrive% but nothing...
Go to the top of the page
 
+Quote Post
DogMeat
post Dec 13 2003, 02:46 PM
Post #8





Group: Members
Posts: 7
Joined: 11-December 03
Member No.: 10720



You'll have to modify the installation response file line:
DestinationPath = <firstfree>\openoffice

From the aforementioned docs
CODE
DestinationPath
Values
d:\office5x
<firstfree>\office5x
<home>\office5x
Default: <firstfree> + directory name of DefaultPath from the setup
script
You can enter the target path for an installation in absolute terms or relative to an
identifier which the Setup replaces. '<firstfree>' will be replaced by the first drive letter
found that has enough disk space to store the specified installation type (WIN/WNT).
'<home>'will be replaced with the home directory (UNIX).

You'd probably want something like ONE of these:

<firstfree>\Program Files\openoffice (best one if it'll accept the space, it should considering it's used on *nix)
<firstfree>\progra~1\openoffice (alternate to get around the space if needed)
c:\Program Files\openoffice (of course you can force a drive)
c:\progra~1\openoffice (either space or 8.3 way of course)

DogMeat
Go to the top of the page
 
+Quote Post
venim
post Dec 13 2003, 03:02 PM
Post #9


Member
**

Group: Members
Posts: 218
Joined: 31-August 03
Member No.: 6093



Thank U for the reply.
Have read it also and tried all them but nothing... sad.gif
Go to the top of the page
 
+Quote Post
venim
post Jan 3 2004, 02:21 PM
Post #10


Member
**

Group: Members
Posts: 218
Joined: 31-August 03
Member No.: 6093



Well I've made it to work!!! biggrin.gif

here's mine response.txt

[Environment]
InstallationMode=INSTALL_NORMAL
InstallationType=STANDARD
DestinationPath=C:\Program files\OpenOffice
StartProcedure=MyStartProc
EndProcedure = MyEndProc

[Windows_Desktop_Integration]
Register4MsWord=Yes
Register4MsExcel=Yes
Register4MsPowerPoint=Yes
RegisterAsDefaultHtmlEditor=No

[Java]
JavaSupport = preinstalled_or_none

[Procedures]
Sub PostSetup
SetReboot( False )
End Sub
HideSetup
Go to the top of the page
 
+Quote Post
Crusty01
post Jan 21 2004, 11:53 AM
Post #11


Newbie


Group: Members
Posts: 18
Joined: 22-November 03
Member No.: 9830



I made a multi-user install with all the OOo files on a networkshare.
However, while with this each new user will simply get all the user-specific files when he first starts the program, there will be no file-associations.
This also happens with a local multi-user install and is a well-known problem on the OOo forum.

To get around this one of the users there posted a reg-file with all the file-associations.

If I get around to it I will attach it here.
You will have to a 'replace string with...' to replace the path of the program with yours.
It's quite big really, about a 1000 registry entries...and I haven't tested it yet.
I also can't get the orginal link because there is no official OOo forum and I got from one of the unofficial fora, of which there are plenty. Stay Tuned.

To sum it up: OOo installer sucks... newwink.gif
Go to the top of the page
 
+Quote Post
SwedenXP
post Jan 21 2004, 02:22 PM
Post #12


Member
**

Group: Members
Posts: 211
Joined: 28-September 03
Member No.: 7473



To Crusty01 :=)

I agree on Your summing up. And I would like to add that the whole OO is really shakey - instable.

Sorry, but that´s the case.

/ SwedenXP no.gif
Go to the top of the page
 
+Quote Post
big_gie
post Aug 6 2004, 06:28 PM
Post #13


Senior Member
****

Group: Members
Posts: 617
Joined: 27-July 03
Member No.: 5218



Hi,

I'm installing OOorg v1.1.2 with this switch:
setup.exe -r:Full\Path\to\setup.txt -debug

QUOTE (setup.txt)
[Environment]
InstallationMode=INSTALL_NORMAL
DestinationPath=D:\OpenOffice
EndProcedure=PostSetup

[Java]
JavaSupport=preinstalled_or_none

[Windows_Desktop_Integration]
Register4MSWord=False
Register4MSExcel=False
Register4MSPowerPoint=False
RegisterAsDefaultHTMLEditor=True

[Procedures]
Sub PostSetup
SetReboot( False )
End Sub


No the first time the program is run, I have a message box asking me:
Another instance of OO has access to your preferences or is blocking them.
A simulatnous access may create incoherence in your preferences. Before continuing, be sure that the user 'AUTORITE NT/SYSTEM' quits OO on <HostName>
Are you sure you want to continue?
(translation of the screenshot)

I'm installing OOorg @ t-12 (cmdlines.txt).

It ask me this only on the first user that runs OOorg (admin or not)
  • Why is it asking me this?
  • How to prevent this?
  • [CORRECTED See next post] It seems that the .sxw and others aren't registered with OOorg... Anyway to get this work? Crusty01, did you find your reg tweak for this?
Thank you
Attached File(s)
Attached File  OOorg.jpg ( 19.71K ) Number of downloads: 169
 
Go to the top of the page
 
+Quote Post
big_gie
post Aug 7 2004, 09:08 PM
Post #14


Senior Member
****

Group: Members
Posts: 617
Joined: 27-July 03
Member No.: 5218



Please see this post if you need file association with OpenOffice!!!
Go to the top of the page
 
+Quote Post
Daimao
post Sep 21 2004, 04:49 PM
Post #15


Junior
*

Group: Members
Posts: 55
Joined: 14-September 04
Member No.: 31036



What would be the command to use to install openoffice 113 from the sfx file?
This would save a lot of space if first the installer gets copied to hd,then extracted to same directory and then used the response file to install
Go to the top of the page
 
+Quote Post
MCT
post Sep 21 2004, 09:05 PM
Post #16


MSFN Junkie
*********

Group: Members
Posts: 3288
Joined: 19-May 04
Member No.: 20315
Country Flag


depends on the sfx program, there are some that dont need switches, others do tongue.gif
Go to the top of the page
 
+Quote Post
fourte3n
post Sep 22 2004, 05:42 AM
Post #17


Member
**

Group: Members
Posts: 121
Joined: 17-August 04
Member No.: 27875



SILENT INSTALL OF OPENOFFICE FROM SFX

http://www.msfn.org/board/index.php?act=Po...02&f=80&t=28188
Go to the top of the page
 
+Quote Post
tap52384
post Dec 24 2004, 08:18 PM
Post #18


nLite Lover
***

Group: Members
Posts: 331
Joined: 11-August 04
From: Rocky Mount, NC
Member No.: 27069
OS: Windows 7 x86
Country Flag


If you navigate to download.openoffice.org, you can download the latest beta (1.9.65), which rids the need of a response file. The install can be run from openoffice1965.msi, which can use the switches /qn and /qb for unattended installation.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

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

 




Lo-Fi Version Time is now: 21st November 2009 - 12:36 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy