OGreenOLeaf Posted August 5, 2003 Share Posted August 5, 2003 ive been researchen OpenOffice and ive foudn that it uses a response file. which i think i have set up properally[Environment]INSTALLATIONMODE=INSTALL_NORMALINSTALLATIONTYPE=STANDARDDESTINATIONPATH=%systemroot%\Program Files\OpenOfficeLANGUAGELIST=46EndProcedure=PostSetup[JAVA]JavaSupport=preinstalled_or_none[Windows_Desktop_Integration]Register4MsWord=YesRegister4MsExcel=YesRegister4MsPowerPoint=YesRegisterAsDefaultHtmlEditor=No[Procedures]Sub PostSetupSetReboot( False )End Subbut i dont know how to link it setup from a batch, im still new at those, can ya help? Link to comment Share on other sites More sharing options...
Aaron Posted August 5, 2003 Share Posted August 5, 2003 I've even asked in the thread at the OpenOffice Forums last week on a silent install, still no replies http://www.oooforum.org/forum/viewtopic.php?t=1987 Link to comment Share on other sites More sharing options...
OGreenOLeaf Posted August 5, 2003 Author Share Posted August 5, 2003 http://www.oooforum.org/forum/viewtopic.php?t=606 this may be useful Link to comment Share on other sites More sharing options...
webmedic Posted August 15, 2003 Share Posted August 15, 2003 this is what I use and it does work.extract your openoffice folder and put this file in the main folder with the setup.exe.; save as openoffice.txt; Basic settings[Environment] InstallationMode=INSTALL_NORMAL DestinationPath=C:\Program Files\OpenOffice.org; if you want to disable quicktart remove the ; Little hack to disable the QuickStarter;[Module_Specify]; InstallProcedure = MySelectProc;[Procedures];Sub MySelectProc; SelectModuleByName ( "OpenOffice" ); DeSelectModuleByName ( "QuickStarter" );End Subput this into your batch file ECHO Installing Open Office 1.1rc2ECHO Please wait...start /wait %systemdrive%\install\Applications\OOo_1.1rc2\setup.exe -r:%systemdrive%\install\Applications\OOo_1.1rc2\openoffice.txt -debugECHO. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now