diff --git a/SafeExamBrowser.sln b/SafeExamBrowser.sln index fec29edb..d1392390 100644 --- a/SafeExamBrowser.sln +++ b/SafeExamBrowser.sln @@ -70,6 +70,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafeExamBrowser.ResetUtilit EndProject Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Setup", "Setup\Setup.wixproj", "{0E14D163-557E-469E-9112-96936AF43A7B}" EndProject +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupBundle", "SetupBundle\SetupBundle.wixproj", "{95B68CBF-C483-4824-BB39-663E840519A0}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -299,6 +301,11 @@ Global {0E14D163-557E-469E-9112-96936AF43A7B}.Release|Any CPU.ActiveCfg = Release|x86 {0E14D163-557E-469E-9112-96936AF43A7B}.Release|x86.ActiveCfg = Release|x86 {0E14D163-557E-469E-9112-96936AF43A7B}.Release|x86.Build.0 = Release|x86 + {95B68CBF-C483-4824-BB39-663E840519A0}.Debug|Any CPU.ActiveCfg = Debug|x86 + {95B68CBF-C483-4824-BB39-663E840519A0}.Debug|x86.ActiveCfg = Debug|x86 + {95B68CBF-C483-4824-BB39-663E840519A0}.Release|Any CPU.ActiveCfg = Release|x86 + {95B68CBF-C483-4824-BB39-663E840519A0}.Release|x86.ActiveCfg = Release|x86 + {95B68CBF-C483-4824-BB39-663E840519A0}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SetupBundle/Bundle.wxs b/SetupBundle/Bundle.wxs new file mode 100644 index 00000000..56eea35f --- /dev/null +++ b/SetupBundle/Bundle.wxs @@ -0,0 +1,14 @@ + + + + + + + + + + + + + diff --git a/SetupBundle/DotNetFramework.wxs b/SetupBundle/DotNetFramework.wxs new file mode 100644 index 00000000..9c8ebf6e --- /dev/null +++ b/SetupBundle/DotNetFramework.wxs @@ -0,0 +1,23 @@ + + + + + + + + + + + + + diff --git a/SetupBundle/SetupBundle.wixproj b/SetupBundle/SetupBundle.wixproj new file mode 100644 index 00000000..8994a689 --- /dev/null +++ b/SetupBundle/SetupBundle.wixproj @@ -0,0 +1,63 @@ + + + + Debug + x86 + 3.10 + 95b68cbf-c483-4824-bb39-663e840519a0 + 2.0 + SetupBundle + Bundle + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + + + bin\$(Configuration)\ + obj\$(Configuration)\ + + + + + + + + + $(WixExtDir)\WixNetFxExtension.dll + WixNetFxExtension + + + $(WixExtDir)\WixUtilExtension.dll + WixUtilExtension + + + $(WixExtDir)\WixBalExtension.dll + WixBalExtension + + + + + Setup + {0e14d163-557e-469e-9112-96936af43a7b} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + + + + + + + + \ No newline at end of file diff --git a/SetupBundle/VisualCppRuntime.wxs b/SetupBundle/VisualCppRuntime.wxs new file mode 100644 index 00000000..50b2b087 --- /dev/null +++ b/SetupBundle/VisualCppRuntime.wxs @@ -0,0 +1,19 @@ + + + + + + + + + + + + + +