MSFN Forum: Openoffice1.1.4 - 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

Openoffice1.1.4 silent install from compressed file ??? Rate Topic: -----

#1 User is offline   n 32er 

  • Group: Members
  • Posts: 3
  • Joined: 25-March 05

Posted 26 March 2005 - 03:31 PM

hi,

i'm new to creating unattended cds. but i read and search a lot with this site. thanx for editors&admins.

my question is about silent install of openoffice1.1.4 (turkish version. nearly downloaded from ooo site, just one executable file)

can i use cmdline switch with this compressed exe file? i tried but not succeed

when i decompress file it is 158mb ! (which is 48mb before)

thnx for your quick helps .-

sory about the english :)


#2 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 26 March 2005 - 04:44 PM

For openoffice you can use this:

These files goes into \INSTALL\OpenOffice on CD:

install.cmd
cmdow @ /HID
start autoit3.exe openoffice.au3
setup.exe -d "%programfiles%\OpenOffice" -r response.txt -noexit
md "%programfiles%\OpenOffice\share\registry\data\org\openoffice\Office"
copy /Y "*.xcu"  "%programfiles%\OpenOffice\share\registry\data\org\openoffice\Office"
del /f /q "%userprofile%\Menu Start\Programma's\Opstarten\OpenOffice.org 1.1.4.lnk"
cacls "%programfiles%\OpenOffice" /E /T /P Gebruikers:C
EXIT


openoffice.au3
AutoItSetOption("WinTitleMatchMode", 4)
WinWaitActive("classname=SALFRAME")
Send("{ENTER}")


response.txt
[Environment]
InstallationMode=INSTALL_NORMAL
InstallationType=STANDARD
StartProcedure=StartSetup
EndProcedure = PostSetup

[Windows_Desktop_Integration]
Register4MsWord=FALSE
Register4MsExcel=FALSE
Register4MsPowerPoint=FALSE
RegisterAsDefaultHtmlEditor=TRUE 

[Java]
JavaSupport=preinstalled_or_none

[Procedures]
Sub StartSetup
ShowSetup()
End Sub

Sub PostSetup
SetReboot( False )
End Sub


jobs.xcu
<?xml version="1.0" encoding="UTF-8"?> 
<Jobs state="modified" cfg:package="org.openoffice.Office" xmlns="http://openoffice.org/2000/registry/components/Jobs" xmlns:cfg="http://openoffice.org/2000/registry/instance" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"> 
<Jobs cfg:element-type="Job"> 
<Job cfg:name="AddressBookSourcePilot"> 
<UserTime cfg:type="string">1.1.2001/11:11:11</UserTime> 
</Job> 
<Job cfg:name="RegistrationRequest"> 
<UserTime cfg:type="string">1.1.2001/11:11:11</UserTime> 
</Job> 
</Jobs> 
</Jobs>


These files goes into \$OEM$ dir:

RunOnceEx.cmd
@echo off
cmdow @ /HID
For %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\win51ip.SP2 set CDDRIVE=%%i:
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY%\001 /VE /D "OpenOffice.org 1.1.4" /f
REG ADD %KEY%\001 /V 1 /D "CMD.exe /C start /B /wait /D%CDDRIVE%\install\openoffice %CDDRIVE%\install\openoffice\install.cmd" /f


cmdlines.txt
[COMMANDS]
"RUNonceEx.cmd"
"rundll32.exe iernonce.dll,RunOnceExProcess"


Make sure you also make proper winnt.sif entries

Have fun with it :)

#3 User is offline   buletov 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 518
  • Joined: 08-September 04

Posted 26 March 2005 - 04:48 PM

n 32er, i would rather wait a month for a Open Office 2.0 on your place...

#4 User is offline   Swimming_Bird 

  • I want the NHL Back
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 12-October 04

Posted 26 March 2005 - 05:03 PM

wow that looks way to complex, here is my wpi thing:

prog[pn]=['Open Office 1.1.4']
uid[pn]=['OO14']
desc[pn]=['Open Source Alternative to Microsoft Office.']
cmd1[pn]=['%cdrom%\\$OEM$\\Install\\OOo_1.1.4_Win32Intel_install\\setup.exe -r:openoffice.txt -alluser']
excl[pn]=['O2K3']
dflt[pn]=['yes']
cat[pn]=['Office']
pn++



and here is my openoffice.txt
[Environment]
InstallationMode=INSTALL_NORMAL
DestinationPath=C:\Program Files\OpenOffice

[Java]
JavaSupport=preinstalled_or_none

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



there is a way to generate that txt file but i forget how.

the txt file is the response file.

#5 User is offline   n 32er 

  • Group: Members
  • Posts: 3
  • Joined: 25-March 05

Posted 27 March 2005 - 07:24 AM

sory , may be i can not explained what i want !

i can do setup of ooo1.1.4 from extracted setup.exe file with response file. but i dont have much free space on cd. so i want to autoinstall ooo1.1.4 from a compressed exe file. is it possible?

not about this subject but my another problem is with display resolution. winnt.sif file :
[Display]
Xresolution = 1024
Yresolution = 768
BitsPerPel = 32
Vrefresh = 75

but after unattented install resoulition is 640*480 !!! ant ideas?

re-thanx :)

#6 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 March 2005 - 08:10 AM

n 32er, on Mar 27 2005, 06:54 PM, said:

i dont have much free space on cd. so i want to autoinstall ooo1.1.4 from a compressed  exe file.
Just use a RAR SFX - set it to auto-extract to your hard-disk and auto-start the setup from there.

Quote

but after unattented install resoulition is 640*480 !!!
This is because your graphics card driver was not found. Just integrate the driver (using OEMpnpDriversPath) and it will be fine.

#7 User is offline   n 32er 

  • Group: Members
  • Posts: 3
  • Joined: 25-March 05

Posted 27 March 2005 - 02:32 PM

thanks for reply, but please for give me.
i want to create an unattented cd with ooo1.1.4 compressed file. i didnt undestand how ?

i use vmware to test my cd. after install completed the display driver shown as unknown in device manager! how can i configure this?

my propose is install xp (with this new created unatt.cd) to several computers that has different hardwares.

#8 User is offline   MarcoPolo 

  • Group: Members
  • Posts: 1
  • Joined: 15-December 04

Posted 06 April 2005 - 05:18 AM

the key -d %programfiles%\OpenOffice not working :(
but "c:\Program files" works fine
how i can install to my systemdrive d, e, f etc ?

#9 User is offline   Nanaki 

  • Leg-humper
  • PipPipPipPip
  • Group: Members
  • Posts: 511
  • Joined: 17-January 05

Posted 06 April 2005 - 05:50 AM

OpenOffice 2.0 has an MSI. Jut use "/QN". :P

And VMware ALWAYS has that resolution. Use VidChngr to change it during your install.

#10 User is offline   pysen 

  • Group: Members
  • Posts: 2
  • Joined: 07-April 06

Posted 07 April 2006 - 09:36 AM

This might be a dumb question, but Nanaki, how do I get a hold of that MSI? does an MSI contain the entire installation with everything needed? I only have the .exe i downloaded from openoffice.org.

sorry about the rookieness of that question :)

cheers,

- Björn

#11 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 07 April 2006 - 12:09 PM

I have 2.0.1 version. It is a Nullsoft installer with an MSI inside. You just need to go through the NSIS extraction and recover the files from your temp directory. You can then archive those files for easier extraction with switches.

This post has been edited by MHz: 07 April 2006 - 12:11 PM


#12 User is offline   pysen 

  • Group: Members
  • Posts: 2
  • Joined: 07-April 06

Posted 07 April 2006 - 12:42 PM

Thanks!

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