From 15a2c9adca6a0d5dd196e97312c664bc21ae1b6c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 8 Sep 2012 20:19:03 +0200 Subject: remove SelfReg table from MSI We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42 --- instsetoo_native/inc_ooolangpack/windows/msi_templates/ActionTe.idt | 2 -- instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallE.idt | 2 -- instsetoo_native/inc_ooolangpack/windows/msi_templates/_Validat.idt | 2 -- 3 files changed, 6 deletions(-) (limited to 'instsetoo_native/inc_ooolangpack') diff --git a/instsetoo_native/inc_ooolangpack/windows/msi_templates/ActionTe.idt b/instsetoo_native/inc_ooolangpack/windows/msi_templates/ActionTe.idt index 7263a0a9e9bb..ec6ecdd99f72 100644 --- a/instsetoo_native/inc_ooolangpack/windows/msi_templates/ActionTe.idt +++ b/instsetoo_native/inc_ooolangpack/windows/msi_templates/ActionTe.idt @@ -52,8 +52,6 @@ RemoveShortcuts OOO_ACTIONTEXT_82 OOO_ACTIONTEXT_83 RMCCPSearch OOO_ACTIONTEXT_84 Rollback OOO_ACTIONTEXT_85 OOO_ACTIONTEXT_86 RollbackCleanup OOO_ACTIONTEXT_87 OOO_ACTIONTEXT_88 -SelfRegModules OOO_ACTIONTEXT_89 OOO_ACTIONTEXT_90 -SelfUnregModules OOO_ACTIONTEXT_91 OOO_ACTIONTEXT_92 SetODBCFolders OOO_ACTIONTEXT_93 StartServices OOO_ACTIONTEXT_94 OOO_ACTIONTEXT_95 StopServices OOO_ACTIONTEXT_96 OOO_ACTIONTEXT_97 diff --git a/instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallE.idt index 7d22ecbbbe1a..3d29abe02df0 100644 --- a/instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallE.idt +++ b/instsetoo_native/inc_ooolangpack/windows/msi_templates/InstallE.idt @@ -52,8 +52,6 @@ RemoveShortcuts 1600 RMCCPSearch Not CCP_SUCCESS And CCP_TEST 250 SameProductFound SAMEPRODUCTS 120 ScheduleReboot ISSCHEDULEREBOOT 3125 -SelfRegModules 2850 -SelfUnregModules 1100 SetARPInstallLocation 990 SetODBCFolders 550 StartServices VersionNT 2800 diff --git a/instsetoo_native/inc_ooolangpack/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_ooolangpack/windows/msi_templates/_Validat.idt index 4098f92c3578..0759d336f290 100644 --- a/instsetoo_native/inc_ooolangpack/windows/msi_templates/_Validat.idt +++ b/instsetoo_native/inc_ooolangpack/windows/msi_templates/_Validat.idt @@ -387,8 +387,6 @@ ReserveCost ReserveFolder Y Identifier Name of a property whose value is as ReserveCost ReserveKey N Identifier Primary key that uniquely identifies a particular ReserveCost record ReserveCost ReserveLocal N 0 2147483647 Disk space to reserve if linked component is installed locally. ReserveCost ReserveSource N 0 2147483647 Disk space to reserve if linked component is installed to run from the source location. -SelfReg Cost Y 0 32767 The cost of registering the module. -SelfReg File_ N File 1 Identifier Foreign key into the File table denoting the module that needs to be registered. ServiceControl Arguments Y Formatted Arguments for the service. Separate by [~]. ServiceControl Component_ N Component 1 Identifier Required foreign key into the Component Table that controls the startup of the service ServiceControl Event N 0 187 Bit field: Install: 0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = Delete -- cgit