December 2, 200520 yr i think that this new installer is less effective than the older. There were more options before this one :/
December 12, 200520 yr 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
December 12, 200520 yr @taouh: Great !!!(fr: tu les as trouvé où ces options là ?! enfin chapeau ! jvé pouvoir balancer mon autoit script !)
December 14, 200520 yr a good place to read is also this:http://oooauthors.org/en/FAQs/faqinstall/faqinstall/32
January 25, 200620 yr 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...
January 25, 200620 yr 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?
February 4, 200620 yr 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
April 17, 200620 yr 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[
February 27, 200719 yr %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, 200719 yr by cullend11
December 26, 200718 yr 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.
Create an account or sign in to comment