From d84bdf03f94234993f62ca913d404138988d06a2 Mon Sep 17 00:00:00 2001 From: Luc Vandenbroucke Date: Wed, 28 Apr 2021 13:41:43 +0200 Subject: [PATCH] update lib --- SetupProject1/Product.wxs | 27 ++++++++++-- SetupProjectTestSched/Product.wxs | 41 +++++++++++++++++++ .../SetupProjectTestSched.wixproj | 37 +++++++++++++++++ eDosStation.sln | 14 +++++++ 4 files changed, 115 insertions(+), 4 deletions(-) create mode 100644 SetupProjectTestSched/Product.wxs create mode 100644 SetupProjectTestSched/SetupProjectTestSched.wixproj diff --git a/SetupProject1/Product.wxs b/SetupProject1/Product.wxs index a3bb729..5f230c0 100644 --- a/SetupProject1/Product.wxs +++ b/SetupProject1/Product.wxs @@ -2,15 +2,16 @@ - - + + + @@ -34,6 +35,23 @@ + + + + + + + + + + + + + + + + + @@ -126,9 +144,10 @@ - - + NOT Installed + Installed + diff --git a/SetupProjectTestSched/Product.wxs b/SetupProjectTestSched/Product.wxs new file mode 100644 index 0000000..df6e562 --- /dev/null +++ b/SetupProjectTestSched/Product.wxs @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SetupProjectTestSched/SetupProjectTestSched.wixproj b/SetupProjectTestSched/SetupProjectTestSched.wixproj new file mode 100644 index 0000000..8f3de0e --- /dev/null +++ b/SetupProjectTestSched/SetupProjectTestSched.wixproj @@ -0,0 +1,37 @@ + + + + Debug + x86 + 3.10 + bcf97910-cf22-486a-8d27-0a685fe83e4e + 2.0 + SetupProjectTestSched + Package + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + + + + + \ No newline at end of file diff --git a/eDosStation.sln b/eDosStation.sln index 91b5af6..3f2a3ea 100644 --- a/eDosStation.sln +++ b/eDosStation.sln @@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncEdosLocal", "syncEdosLo EndProject Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "eDosSetup", "SetupProject1\eDosSetup.wixproj", "{D24E8510-81C4-4F32-B48D-38BA67AEFB0A}" EndProject +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupProjectTestSched", "SetupProjectTestSched\SetupProjectTestSched.wixproj", "{BCF97910-CF22-486A-8D27-0A685FE83E4E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -175,6 +177,18 @@ Global {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Release|x64.ActiveCfg = Release|x86 {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Release|x86.ActiveCfg = Release|x86 {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Release|x86.Build.0 = Release|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Debug|Any CPU.ActiveCfg = Debug|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Debug|ARM.ActiveCfg = Debug|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Debug|ARM64.ActiveCfg = Debug|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Debug|x64.ActiveCfg = Debug|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Debug|x86.ActiveCfg = Debug|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Debug|x86.Build.0 = Debug|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Release|Any CPU.ActiveCfg = Release|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Release|ARM.ActiveCfg = Release|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Release|ARM64.ActiveCfg = Release|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Release|x64.ActiveCfg = Release|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Release|x86.ActiveCfg = Release|x86 + {BCF97910-CF22-486A-8D27-0A685FE83E4E}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE