From 3ee0d4baf37398251231aefd649a63e696a594d3 Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 26 Apr 2021 12:06:22 +0200 Subject: [PATCH] met wix 2 projects --- SetupProject1/Product.wxs | 37 +++++++++++++++---- SetupProject1/SetupProject1.wax | 5 ++- ...etupProject1.wixproj => eDosSetup.wixproj} | 11 +++++- eDosStation.sln | 2 +- 4 files changed, 43 insertions(+), 12 deletions(-) rename SetupProject1/{SetupProject1.wixproj => eDosSetup.wixproj} (84%) diff --git a/SetupProject1/Product.wxs b/SetupProject1/Product.wxs index c2aa6cb..d67e076 100644 --- a/SetupProject1/Product.wxs +++ b/SetupProject1/Product.wxs @@ -1,27 +1,33 @@ + - - + + - + + - - - + + + + + + + - + @@ -58,7 +64,22 @@ - + + + + + + + + + + + + + + + + diff --git a/SetupProject1/SetupProject1.wax b/SetupProject1/SetupProject1.wax index c1a5902..bcbe63c 100644 --- a/SetupProject1/SetupProject1.wax +++ b/SetupProject1/SetupProject1.wax @@ -1,14 +1,15 @@ + syncEdosLocal\syncEdosLocal.csproj eDosStation\eDosStation.csproj - true - true + false + false false - \ No newline at end of file diff --git a/SetupProject1/SetupProject1.wixproj b/SetupProject1/eDosSetup.wixproj similarity index 84% rename from SetupProject1/SetupProject1.wixproj rename to SetupProject1/eDosSetup.wixproj index 8bdb1d7..2d0105a 100644 --- a/SetupProject1/SetupProject1.wixproj +++ b/SetupProject1/eDosSetup.wixproj @@ -6,8 +6,9 @@ 3.10 d24e8510-81c4-4f32-b48d-38ba67aefb0a 2.0 - SetupProject1 + eDos Package + eDosSetup bin\$(Configuration)\ @@ -30,6 +31,14 @@ Binaries;Content;Satellites INSTALLFOLDER + + syncEdosLocal + {b2264ff1-0f36-401b-91fe-db3087ce05f5} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + diff --git a/eDosStation.sln b/eDosStation.sln index 1de9325..8e96550 100644 --- a/eDosStation.sln +++ b/eDosStation.sln @@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegisterBAdge", "RegisterBA EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncEdosLocal", "syncEdosLocal\syncEdosLocal.csproj", "{B2264FF1-0F36-401B-91FE-DB3087CE05F5}" EndProject -Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupProject1", "SetupProject1\SetupProject1.wixproj", "{D24E8510-81C4-4F32-B48D-38BA67AEFB0A}" +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "eDosSetup", "SetupProject1\eDosSetup.wixproj", "{D24E8510-81C4-4F32-B48D-38BA67AEFB0A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution