diff --git a/UpdCheck/MSIBuild/Makefile b/UpdCheck/MSIBuild/Makefile index a41bf1b..e8c2f85 100644 --- a/UpdCheck/MSIBuild/Makefile +++ b/UpdCheck/MSIBuild/Makefile @@ -17,7 +17,7 @@ # along with ZRCola. If not, see . # -!INCLUDE "..\..\..\MSI\include\MSIBuildCfg.mak" +!INCLUDE "..\..\..\include\MSIBuildCfg.mak" MSIBUILD_IS_LOCALIZEABLE=1 @@ -27,7 +27,7 @@ MSIBUILD_IS_LOCALIZEABLE=1 All :: "$(LANG).$(PLAT).$(CFG).Component-1.idt" -"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"$(LANG).$(PLAT).$(CFG).Component-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL Component ComponentId Directory_ Attributes Condition KeyPath @@ -47,7 +47,7 @@ compUpdCheck.exe.x64 {9245E7EC-EDBD-41E1-858B-88810F3AFDD6} $(UPDATER_BIN_DIR) 2 All :: "$(LANG).$(PLAT).$(CFG).Feature-2.idt" -"En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"En.$(PLAT).$(CFG).Feature-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL Feature Feature_Parent Title Description Display Level Directory_ Attributes @@ -74,7 +74,7 @@ featUpdCheck $(UPDATER_FEATURE_ROOT) Automatic Updating Task for background prod All :: "$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" -"$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"$(LANG).$(PLAT).$(CFG).FeatureComponents-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL Feature_ Component_ @@ -90,7 +90,7 @@ featUpdCheck compwxExtend.dll.$(PLAT) All :: "$(LANG).$(PLAT).$(CFG).File-1.idt" -"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"$(LANG).$(PLAT).$(CFG).File-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL File Component_ FileName FileSize Version Language Attributes Sequence @@ -105,7 +105,7 @@ fileUpdCheck.exe.$(PLAT) compUpdCheck.exe.$(PLAT) UPDCHECK.EXE|UpdCheck.exe 0 0 All :: "$(LANG).$(PLAT).$(CFG).ScheduledTask-2.idt" -"En.$(PLAT).$(CFG).ScheduledTask-2.idtx" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"En.$(PLAT).$(CFG).ScheduledTask-2.idtx" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL Task DisplayName Application Parameters Directory_ Flags Priority User Password Author Description IdleMin IdleDeadline MaxRuntime Condition Component_ @@ -132,7 +132,7 @@ stUpdCheck.$(PLAT) [SimpleProductName] Update [#fileUpdCheck.exe.$(PLAT)] $(UPD All :: "$(LANG).$(PLAT).$(CFG).TaskTrigger-1.idt" -"$(LANG).$(PLAT).$(CFG).TaskTrigger-1.idt" : "Makefile" "..\..\..\MSI\include\MSIBuildCfg.mak" +"$(LANG).$(PLAT).$(CFG).TaskTrigger-1.idt" : "Makefile" "..\..\..\include\MSIBuildCfg.mak" -if exist $@ del /f /q $@ move /y << $@ > NUL Trigger BeginDate EndDate StartTime StartTimeRand MinutesDuration MinutesInterval Flags Type DaysInterval WeeksInterval DaysOfTheWeek DaysOfMonth WeekOfMonth MonthsOfYear Task_