diff --git a/Setup/Product.wxs b/Setup/Product.wxs index 5e595db4..75fa99cd 100644 --- a/Setup/Product.wxs +++ b/Setup/Product.wxs @@ -5,8 +5,11 @@ - + + + + diff --git a/Setup/Resources/License.rtf b/Setup/Resources/License.rtf new file mode 100644 index 00000000..4c7f4444 Binary files /dev/null and b/Setup/Resources/License.rtf differ diff --git a/Setup/SafeExamBrowser.ico b/Setup/Resources/SafeExamBrowser.ico similarity index 100% rename from Setup/SafeExamBrowser.ico rename to Setup/Resources/SafeExamBrowser.ico diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index 840314df..3dc273bb 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -18,6 +18,7 @@ bin\$(Configuration)\ obj\$(Configuration)\ + ICE61 @@ -39,8 +40,17 @@ + + + SafeExamBrowser.Client + {7cc5a895-e0d3-4e43-9b39-ccec05a5a6a7} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + SafeExamBrowser.Runtime {e3aed2f8-b5df-45d1-ac19-48066923d6d8} @@ -51,7 +61,8 @@ - + + @@ -61,6 +72,10 @@ "$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.Runtime\bin\$(PlatformName)\$(ConfigurationName)" -nologo -gg -g1 -srd -cg ApplicationComponents -dr ApplicationDirectory -sfrag -var var.SafeExamBrowser.Runtime.TargetDir -out $(ProjectDir)Components\Application.wxs + + cd $(SolutionDir) +git checkout -- Setup/Components/Application.wxs +