diff --git a/MSI/ZRCola/Main/Makefile b/MSI/ZRCola/Main/Makefile index e597cd3..e518c34 100644 Binary files a/MSI/ZRCola/Main/Makefile and b/MSI/ZRCola/Main/Makefile differ diff --git a/Updater b/Updater index 5c06968..e761794 160000 --- a/Updater +++ b/Updater @@ -1 +1 @@ -Subproject commit 5c06968d76b5b04302fc1aee01c700c5ff79d82a +Subproject commit e7617949b35b875292e5333cf11dfe024bf8212d diff --git a/ZRCola/MSIBuild/Makefile b/ZRCola/MSIBuild/Makefile index 59345d2..6f643f1 100644 --- a/ZRCola/MSIBuild/Makefile +++ b/ZRCola/MSIBuild/Makefile @@ -19,6 +19,10 @@ !INCLUDE "..\..\include\MSIBuildCfg.mak" +!IFNDEF MSIBUILD_PLAT_GUID +!ERROR Parameter MSIBUILD_PLAT_GUID is undefined. +!ENDIF + !IFNDEF MSIBUILD_LANGID !ERROR Parameter MSIBUILD_LANGID is undefined. !ENDIF @@ -86,12 +90,7 @@ All :: "$(LANG).$(PLAT).$(CFG).CompLocator-1.idt" Signature_ ComponentId Type s$(MSIBUILD_LENGTH_ID) s38 I2 CompLocator Signature_ -!IF "$(PLAT)" == "Win32" -clZRCola.exe.Win32 {F30B6545-6203-4B7D-8575-85245A0F90E5} 1 -!ENDIF -!IF "$(PLAT)" == "x64" -clZRCola.exe.x64 {D45B105D-2303-459A-AF4B-52AC3AAD5510} 1 -!ENDIF +clZRCola.exe.$(PLAT) {6DB513F9-BC90-4CE7-821$(MSIBUILD_PLAT_GUID)-AA50BF31F34E} 1 <