diff options
author | Andras Timar <atimar@suse.com> | 2012-09-08 20:19:03 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-08 20:19:03 +0200 |
commit | 15a2c9adca6a0d5dd196e97312c664bc21ae1b6c (patch) | |
tree | a9d857607eaeb0e7695738e6bebecae20cc43738 /instsetoo_native/inc_sdkoo/windows | |
parent | 74340d8b0e9c6d2799f08b66a60f404f2d1324c6 (diff) |
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
Diffstat (limited to 'instsetoo_native/inc_sdkoo/windows')
3 files changed, 0 insertions, 6 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/ActionTe.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/ActionTe.idt index 7263a0a9e9bb..ec6ecdd99f72 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/ActionTe.idt +++ b/instsetoo_native/inc_sdkoo/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_sdkoo/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/InstallE.idt index 5cd178ea47e3..1b416c090478 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/InstallE.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/InstallE.idt @@ -51,8 +51,6 @@ RemoveRegistryValues 1300 RemoveShortcuts 1600 RMCCPSearch Not CCP_SUCCESS And CCP_TEST 250 ScheduleReboot ISSCHEDULEREBOOT 3125 -SelfRegModules 2850 -SelfUnregModules 1100 SetARPInstallLocation 990 SetODBCFolders 550 StartServices VersionNT 2800 diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt index 4098f92c3578..0759d336f290 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/_Validat.idt +++ b/instsetoo_native/inc_sdkoo/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 |