diff options
author | Andras Timar <atimar@suse.com> | 2013-01-29 13:06:42 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-01-30 15:25:00 +0100 |
commit | bc20ba9cd6502b59853d1ca6e2818936290a720a (patch) | |
tree | 9560b0f5ff3085becaed9d96b2ee28b1ffbdf2be /scp2 | |
parent | d61d1face977022ea8c6d93aad49a2c97a0abd17 (diff) |
convert SetAdminInstallProperty CustomAction to type 51
It does not make sense to call a dll function to set a single property to 1.
Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index e3b5b7593146..d0f630e69f57 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -176,15 +176,6 @@ WindowsCustomAction gid_Customaction_Shellextensionsdll7 Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" And Not PATCH", "InstallValidate"); End -WindowsCustomAction gid_Customaction_Set_Admininstall - Name = "SetAdminInstallProperty"; - Typ = "65"; - Source = "shlxtmsi.dll"; - Target = "SetAdminInstallProperty"; - Inbinarytable = 1; - Assignment1 = ("AdminExecuteSequence", "", "InstallInitialize"); -End - WindowsCustomAction gid_Customaction_Check_Install_Directory Name = "CheckInstallDirectory"; Typ = "65"; |