Kaydet (Commit) d54300f1 authored tarafından Tobias Krause's avatar Tobias Krause

#105892# adjust customaction conditions

üst 868e7113
......@@ -81,7 +81,7 @@ WindowsCustomAction gid_Customaction_Reg64dll1
Source = "reg64msi.dll";
Target = "InstallReg64";
Inbinarytable = 1;
Assignment1 = ("InstallExecuteSequence", "Not Installed and VersionNT64", "end");
Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" and VersionNT64", "end");
End
WindowsCustomAction gid_Customaction_Reg64dll2
......@@ -90,7 +90,7 @@ WindowsCustomAction gid_Customaction_Reg64dll2
Source = "reg64msi.dll";
Target = "DeinstallReg64";
Inbinarytable = 1;
Assignment1 = ("InstallExecuteSequence", "Installed and VersionNT64", "end");
Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" and VersionNT64", "end");
End
WindowsCustomAction gid_Customaction_Jfregcadll1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment