To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74914
------- Additional comments from [EMAIL PROTECTED] Tue Feb 27 15:37:02 +0000 2007 ------- For MSI patching to work, one other thing that needs to be taken care of is obviously to reuse the same GUIDs for components each time. That can be taken care of by simply copying the components.txt produce last time (if any) in instsetoo_native/wntmsci10.pro/msi/OpenOffice/msi/info_files/blabla on top of the otherwise empty instsetoo_native/inc_openoffice/windows/msi_templates/components.txt. The patch that follows will not bother with that, as it is not clear to me whether different distributors of OOo for Windows want to do that in the same way or not. Also, one needs to use the same productcode each time. Just patching a few lines in msiglobal.pm takes care of that. Thirdly, one should use just one cab file, to avoid the possibility a file that gets patched is in different cab file in the old and new version. If I recall correctly, MSI doesn't like that. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- 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]
