diff --git a/app/Setup_Wix/Product.wxs b/app/Setup_Wix/Product.wxs new file mode 100644 index 0000000..5d580e6 --- /dev/null +++ b/app/Setup_Wix/Product.wxs @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 1 + + + \ No newline at end of file diff --git a/app/Setup_Wix/Setup_Wix.wixproj b/app/Setup_Wix/Setup_Wix.wixproj new file mode 100644 index 0000000..2e4f873 --- /dev/null +++ b/app/Setup_Wix/Setup_Wix.wixproj @@ -0,0 +1,66 @@ + + + + Debug + x86 + 3.9 + 95a34482-fb70-41f7-bcff-402b0e537b6a + 2.0 + Setup_Wix + Package + $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + -b "$(SolutionDir)ZSG_Import\bin\$(Configuration)" -cultures:de-DE,en-GB,en-US + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension + + + $(WixExtDir)\WixUIExtension.dll + WixUIExtension + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/ZSG_Import.sln b/app/ZSG_Import.sln index 77e9bb8..2784e4d 100644 --- a/app/ZSG_Import.sln +++ b/app/ZSG_Import.sln @@ -5,16 +5,38 @@ VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ZSG_Import", "ZSG_Import\ZSG_Import.vbproj", "{4591D818-6F38-4FBB-918D-76259EBBD7C6}" EndProject +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup_Wix", "Setup_Wix\Setup_Wix.wixproj", "{95A34482-FB70-41F7-BCFF-402B0E537B6A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Debug|x86.ActiveCfg = Debug|Any CPU {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Release|Any CPU.ActiveCfg = Release|Any CPU {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Release|Any CPU.Build.0 = Release|Any CPU + {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {4591D818-6F38-4FBB-918D-76259EBBD7C6}.Release|x86.ActiveCfg = Release|Any CPU + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Debug|Any CPU.ActiveCfg = Debug|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Debug|x86.ActiveCfg = Debug|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Debug|x86.Build.0 = Debug|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Release|Any CPU.ActiveCfg = Release|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Release|Mixed Platforms.Build.0 = Release|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Release|x86.ActiveCfg = Release|x86 + {95A34482-FB70-41F7-BCFF-402B0E537B6A}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE