hfrfc Posted December 2, 2005 Posted December 2, 2005 i think that this new installer is less effective than the older. There were more options before this one :/
Sonic Posted December 2, 2005 Posted December 2, 2005 But nothing about associations registrations .. I have make an AutoIt script
taouh Posted December 12, 2005 Posted December 12, 2005 hi !here is my solutions :to install silently run :start /wait msiexec /qnb /i c:\ooo2\OpenOfficeorg\openofficeorg20.msi ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1all the .doc .xls and this kind of unusefull files are now associated with openofficethe users profiles are storing in application data by defaultif you want change this path, edit the bootstrap.iniin %systemdrive%\Program Files\OpenOffice.org 2.0\programchange the line : UserInstallation=$SYSUSERCONFIG/OpenOffice.org2to your new local path, for example to put your settings in C:\lprofile\Ooo2 use :$ORIGIN/../../../lprofile/Ooo2don't use c:\... there is a bug with uno_packages, it won't accept it (i'm so sad to find a bug in ooo2)i hope it's help
Sonic Posted December 12, 2005 Posted December 12, 2005 @taouh: Great !!!(fr: tu les as trouvé où ces options là ?! enfin chapeau ! jvé pouvoir balancer mon autoit script !)
Ralin Posted December 14, 2005 Posted December 14, 2005 a good place to read is also this:http://oooauthors.org/en/FAQs/faqinstall/faqinstall/32
jfmartel Posted January 25, 2006 Posted January 25, 2006 Anyone found a way to disable the shortcut in the "startup" folder?I've found the key in the MSI, but couldnt find a way to disable its installation...
jfmartel Posted January 25, 2006 Posted January 25, 2006 Well I guess if we could just disable the registration that would not cause the icon in the startup folder.I know there is a way to disable it withg a script (overwriting the original file with antoher one) but since I want to use it with Active Directory, is there a way to do it with the MSI not with scripting?
treblA Posted February 4, 2006 Posted February 4, 2006 hi !here is my solutions :to install silently run :start /wait msiexec /qnb /i c:\ooo2\OpenOfficeorg\openofficeorg20.msi ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1all the .doc .xls and this kind of unusefull files are now associated with openofficethe users profiles are storing in application data by defaultif you want change this path, edit the bootstrap.iniin %systemdrive%\Program Files\OpenOffice.org 2.0\programchange the line : UserInstallation=$SYSUSERCONFIG/OpenOffice.org2to your new local path, for example to put your settings in C:\lprofile\Ooo2 use :$ORIGIN/../../../lprofile/Ooo2don't use c:\... there is a bug with uno_packages, it won't accept it (i'm so sad to find a bug in ooo2)i hope it's helpcan anybody pls tell me on how to put the commands in WPI....pls
fillalph Posted April 17, 2006 Posted April 17, 2006 I was curious if it is possible to use taouh method to select which components you want to install. I tried to use orca to modifiy the exe as suggested by the O&O authors, but I don't know which properties to change to make this happen.Thanks]Bonkers[
cullend11 Posted February 27, 2007 Posted February 27, 2007 (edited) %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_Winexplorerextstart /wait msiexec /qnb /i c:\ooo2\OpenOfficeorg\openofficeorg20.msi ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1so should I just put that in my batch file? And does it matter where the last part to that is? Finally, forgive me if this is a dumb question but; do I need a program called msiexec? thanks Edited February 27, 2007 by cullend11
virtual50 Posted December 26, 2007 Posted December 26, 2007 for Open Office 2.3.1 US version, use:setup.exe /quietTested ok on XP.It seems that other parameters are available but not tested yet.
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