summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-09-08 20:19:03 +0200
committerAndras Timar <atimar@suse.com>2012-09-08 20:19:03 +0200
commit15a2c9adca6a0d5dd196e97312c664bc21ae1b6c (patch)
treea9d857607eaeb0e7695738e6bebecae20cc43738 /instsetoo_native/inc_openoffice
parent74340d8b0e9c6d2799f08b66a60f404f2d1324c6 (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_openoffice')
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf12
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/ActionTe.idt2
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt2
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt2
4 files changed, 0 insertions, 18 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf
index a69af2544bfd..213f6df98f72 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf
+++ b/instsetoo_native/inc_openoffice/windows/msi_languages/ActionTe.ulf
@@ -280,18 +280,6 @@ en-US = "Removing backup files"
[OOO_ACTIONTEXT_88]
en-US = "File: [1]"
-[OOO_ACTIONTEXT_89]
-en-US = "Registering modules"
-
-[OOO_ACTIONTEXT_90]
-en-US = "File: [1], Folder: [2]"
-
-[OOO_ACTIONTEXT_91]
-en-US = "Unregistering modules"
-
-[OOO_ACTIONTEXT_92]
-en-US = "File: [1], Folder: [2]"
-
[OOO_ACTIONTEXT_93]
en-US = "Initializing ODBC directories"
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/ActionTe.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/ActionTe.idt
index 7263a0a9e9bb..ec6ecdd99f72 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/ActionTe.idt
+++ b/instsetoo_native/inc_openoffice/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_openoffice/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
index 115ac8778950..3da59dca9939 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
@@ -53,8 +53,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_openoffice/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
index 4098f92c3578..0759d336f290 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt
+++ b/instsetoo_native/inc_openoffice/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