diff --git a/SetupProject1/Product.wxs b/SetupProject1/Product.wxs new file mode 100644 index 0000000..c2aa6cb --- /dev/null +++ b/SetupProject1/Product.wxs @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SetupProject1/SetupProject1.wax b/SetupProject1/SetupProject1.wax new file mode 100644 index 0000000..c1a5902 --- /dev/null +++ b/SetupProject1/SetupProject1.wax @@ -0,0 +1,14 @@ + + + + eDosStation\eDosStation.csproj + + + + + + true + true + false + - + \ No newline at end of file diff --git a/SetupProject1/SetupProject1.wixproj b/SetupProject1/SetupProject1.wixproj new file mode 100644 index 0000000..8bdb1d7 --- /dev/null +++ b/SetupProject1/SetupProject1.wixproj @@ -0,0 +1,50 @@ + + + + Debug + x86 + 3.10 + d24e8510-81c4-4f32-b48d-38ba67aefb0a + 2.0 + SetupProject1 + Package + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + eDosStation + {9b12fdb8-0fd9-4c1e-a904-6fc74c35d50f} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + + + + + + + + + + \ No newline at end of file diff --git a/eDosStation.sln b/eDosStation.sln index 8caeedf..1de9325 100644 --- a/eDosStation.sln +++ b/eDosStation.sln @@ -19,6 +19,8 @@ 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}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -165,6 +167,18 @@ Global {B2264FF1-0F36-401B-91FE-DB3087CE05F5}.Release|x64.Build.0 = Release|Any CPU {B2264FF1-0F36-401B-91FE-DB3087CE05F5}.Release|x86.ActiveCfg = Release|Any CPU {B2264FF1-0F36-401B-91FE-DB3087CE05F5}.Release|x86.Build.0 = Release|Any CPU + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Debug|Any CPU.ActiveCfg = Debug|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Debug|ARM.ActiveCfg = Debug|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Debug|ARM64.ActiveCfg = Debug|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Debug|x64.ActiveCfg = Debug|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Debug|x86.ActiveCfg = Debug|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Debug|x86.Build.0 = Debug|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Release|Any CPU.ActiveCfg = Release|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Release|ARM.ActiveCfg = Release|x86 + {D24E8510-81C4-4F32-B48D-38BA67AEFB0A}.Release|ARM64.ActiveCfg = Release|x86 + {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 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE