Hi Work Klo, you want to change publisher, version and comment in the Add-Remove-Program Applet. If you already have an installation set, you only have to use the Orca Tool and edit the table Property of the msi database. The corresponding properties are
Manufacturer (for the publisher) ProductVersion (for the version) ARPCOMMENT (for the comment) If you want to change this setting during the packing process, you have to make some changes in the solenv module, where the pack program is located. Below solenv/bin/modules/installer you find the following files, that you have to adapt: For the Manufacturer: in ziplist.pm my $openofficeproductname = "OpenOffice.org"; For the ARPCOMMENTS: in property.pm procedure: get_arpcomments_for_property_table For the ProductVersion: in property.pm procedure: get_productversion_for_property_table Regards Ingo Work Klo wrote: > I am modifying source code of OpenOffice 2 because I > need to change the following: > Company name: OpenOffice.org -> MyCompany > Product name: OpenOffice.org -> MyOffice > > After compiling the source, I install MyOffice. I > then go to Add Remove Programs in Control Panel. I > find MyOffice there. When I click on "Click here for > support information", I get a window. I find out I > have changed the URL for Support Information and > Product Update. The Publisher field is a URL. When I > click on the URL, it correctly goes to > www.mycompany.com (URL of my company). > > Problem #1: The Publisher still says OpenOffice.org. > How can I change that? > > Problem #2: I want to change the Version and Comments > field. How? > > I have done many hours of searching but still > nothing turns up good. > > __________________________________ > 想即時收到新 email 通知? > 下載 Yahoo! Messenger > http://messenger.yahoo.com.hk/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
