Hi, I was wondering if anyone knew how what to put in my batch file for Open Office, if I only want to install Wrtier, Impress, Calc. As well, what should I do to install avast anti-virus? Thanks
Page 1 of 1
Open Office and Avast anti-virus switch
#2
Posted 26 February 2007 - 12:55 AM
looks like the OpenOffice thing was discussed already in the past and it seems there are already solutions:
http://www.msfn.org/...showtopic=58767
For avast! I think there is only this (if you don't use the paid version).
Create a file admin.ini (has to be in the same directory as your setup file):
http://www.msfn.org/...showtopic=58767
For avast! I think there is only this (if you don't use the paid version).
Create a file admin.ini (has to be in the same directory as your setup file):
[Admin] SilentInstallation=1 Serial=Insert Your Free Key Here
#3
Posted 26 February 2007 - 06:45 PM
by setup file do you mean my batch file, $OEM$ file, or the winnt.sif and does it matter I am using batch instead of GUI RunOnce?
#4
Posted 27 February 2007 - 02:18 AM
i meant the avast! setup.exe.
I think i have to clarify myself here: For avast! you just have to make sure that the setup.exe and admin.ini are in the same directory.
batch or GUI RunOnce should not be a problem there.
I think i have to clarify myself here: For avast! you just have to make sure that the setup.exe and admin.ini are in the same directory.
batch or GUI RunOnce should not be a problem there.
#5
Posted 27 February 2007 - 03:11 PM
cool, do you know if this will work for open office
%SYSTEMDRIVE%\Install\openofficeorg20.msi ADDLOCAL=gm_Root,gm_r_Files_2,gm_r_Files_3,gm_r_Files_4,gm_r_Files_5,gm_r_Files_6,gm_r_Files_7,gm_r_ ,Files_8,gm_r_Files_9,gm_r_Fonts_OOo_Hidden,gm_p_Wrt_Bin,gm_p_Wrt_Help,gm_p_Calc_Bin,gm_p_Calc_Help, gm_p_Calc_Addins,gm_p_Impress_Bin,gm_p_Impress_Help,gm_o_Oo_English,gm_o_Winexplorerext start /wait msiexec /qnb /i c:\ooo2\OpenOfficeorg\openofficeorg20.msi ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1
#6
Posted 28 February 2007 - 12:29 AM
why don't you put the options/properties from the 2nd command line to the others in the first?
i think of something like this
This should all be on one commandline. However, I haven't tested it. So you might want to get something like VirtualBox or VMware to test-drive this.
note: '/qn' sets the installer to be totally silent, '/qb' does show the progress-bar.
i think of something like this
start /wait msiexec /qn /i %SYSTEMDRIVE%\Install\openofficeorg20.msi ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 ADDLOCAL=gm_Root,gm_r_Files_2,gm_r_Files_3,gm_r_Files_4,gm_r_Files_5,gm_r_Files_6,gm_r_Files_7,gm_r_ Files_8,gm_r_Files_9,gm_r_Fonts_OOo_Hidden,gm_p_Wrt_Bin,gm_p_Wrt_Help,gm_p_Calc_Bin,gm_p_Calc_Help,g m_p_Calc_Addins,gm_p_Impress_Bin,gm_p_Impress_Help,gm_o_Oo_English,gm_o_Winexplorerext
This should all be on one commandline. However, I haven't tested it. So you might want to get something like VirtualBox or VMware to test-drive this.
note: '/qn' sets the installer to be totally silent, '/qb' does show the progress-bar.
This post has been edited by bj-kaiser: 28 February 2007 - 12:30 AM
#7
Posted 14 March 2007 - 02:53 PM
OpenOffice\setup.exe /quiet
avasthome4.exe /SILENT /SP- /NORESTART
Thats how I use those two programs in my silent install program
avasthome4.exe /SILENT /SP- /NORESTART
Thats how I use those two programs in my silent install program
- ← Having some Office 2007 issues in vista.
- Application Installs
- [Tips] Install Skype without IEplugin and google tool bar →
Share this topic:
Page 1 of 1



Help
Back to top









