MSFN Forum: StarOffice 7 Silent Install - MSFN Forum

Jump to content



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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

StarOffice 7 Silent Install Installer not recognized by USSF? Rate Topic: -----

#1 User is offline   SpikedCola 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 11-October 05

Posted 11 November 2005 - 09:12 PM

It must not use a normal setup.exe file. USSF doesnt like it. Ive got all the files in the /Staroffice directory, and running setup.exe with /s /SILENT /VERYSILENT /S /qb all did nothing. There are no MSI files inside the setup file, so what else can I do?


#2 User is offline   SpikedCola 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 11-October 05

Posted 12 November 2005 - 12:32 PM

Bump

#3 User is offline   SpikedCola 

  • Newbie
  • Group: Members
  • Posts: 46
  • Joined: 11-October 05

Posted 14 November 2005 - 06:04 PM

Alright, after lots of searching, I found how to do it (Suprisingly, not on MSFN :() For anyone else who wants to silent install OpenOffice, it is the exact same procedure.

Step One

Copy the contents of the StarOffice/OpenOffice cd to the folder you want it to be in.

Step Two

Make a file inside that directory called 'response.txt'

Step Three

Paste this text inside it, changing DestinationPath to C:\Program Files\OpenOffice if that's what you are installing. Also, change Register4MsWord=Yes, Register4MsExcel=Yes, Register4MsPowerPoint=Yes, and RegisterAsDefaultHtmlEditor=Yes to 'No' If you dont want that extention registered.

*****START*****
[Environment]
InstallationMode=INSTALL_NORMAL
InstallationType=STANDARD
DestinationPath=C:\Program Files\StarOffice
StartProcedure=MyStartProc
EndProcedure = MyEndProc

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

[Java]
JavaSupport = preinstalled_or_none

[Procedures]
Sub PostSetup
SetReboot( False )
End Sub
HideSetup
*****FINISH*****

Step Four

Call setup like this, changing directories to suit your needs:

*****START*****
ECHO.
ECHO Installing StarOffice
ECHO Please Wait...
start /wait %systemdrive%\Install\Applications\Staroffice\j2re-1_4_2-windows-i586.exe /S /v/qn
start /wait %systemdrive%\Install\Applications\Staroffice\setup.exe -r %systemdrive%\Install\Applications\Staroffice\response.txt
*****FINISH*****

The first start /wait installs Java, the second installs StarOffice.

Have fun!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy