I want to include in my unattended installation the Office 2003(Only Word,Excel,Powerpoint) the Proffing tools for my language and the OpenOffice 1.1.4.
The problems that I encounter are several.For the Office I have created and unattended.MST file and everything works corect when calling it with
TRANSFORMS=Unattended.MST /qb- .I tried to do the same with the proffing tools but they do not install NO MATTER WHAT.After the system has Booted they can install with a cmd file that I created for testing.But nothing, even calling the cmd file at the unattended section worked for me.Any Help is Appreciated.
Now I also wanted to include the OpenOffice Suit so I created responce.txt
[Environment]
InstallationMode=INSTALL_NORMAL
DestinationPath=C:\Program Files\OpenOffice
EndProcedure=PostSetup
[Java]
JavaSupport=preinstalled_or_none
[Windows_Desktop_Integration]
Register4MSWord=False
Register4MSExcel=False
Register4MSPowerPoint=False
RegisterAsDefaultHTMLEditor=False
[Procedures]
Sub PostSetup
SetReboot( False )
End Sub
And then called from from withing the SFX achive with these settings
;The comment below contains SFX script commands
Setup=setup.exe -R:RESPONSE.TXT
TempMode
Silent=1
Overwrite=1
Title=Open OFfice 114
My problem here lies that It automatacaly Deregisters any MSoffice Associations even in the right click (open with,new document) and associates Everything to it.I do not want that since I want it to be the optional alternative to the other.For
[Windows_Desktop_Integration] I tried also Yes/No like Staroffice but no luck.I even tried loading it prior to the MsOffice but even then the Ms did not reclaim the associations.
There 3 components are driving me crazy.Any help Is appreciated.Also note that I call them from Runnonce or Xplode...