From ea3967103430b96e5cd2c4d201840a0d827d9d76 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 20 Mar 2012 21:41:49 +0100 Subject: remove last traces of serial number check from MSI --- instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlE.idt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'instsetoo_native/inc_ooohelppack') diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlE.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlE.idt index b03c291ce03f..e478ce00d111 100644 --- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlE.idt +++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/ControlE.idt @@ -21,8 +21,7 @@ CustomerInformation Back NewDialog InstallWelcome 1 1 CustomerInformation Cancel SpawnDialog CancelSetup 1 0 CustomerInformation Next [ALLUSERS] {} ApplicationUsers = "OnlyCurrentUser" And Privileged 2 CustomerInformation Next [ALLUSERS] 1 ApplicationUsers = "AllUsers" And Privileged 1 -CustomerInformation Next EndDialog Exit (SERIALNUMVALRETRYLIMIT) And (SERIALNUMVALRETRYLIMIT<0) And (SERIALNUMVALRETURN<>SERIALNUMVALSUCCESSRETVAL) 3 -CustomerInformation Next NewDialog SetupType ((Not SERIALNUMVALRETURN) OR (SERIALNUMVALRETURN=SERIALNUMVALSUCCESSRETVAL)) 4 +CustomerInformation Next NewDialog SetupType 1 3 CustomSetup Back NewDialog MaintenanceType Installed 0 CustomSetup Back NewDialog SetupType NOT Installed 0 CustomSetup Cancel SpawnDialog CancelSetup 1 0 -- cgit