diff --git a/Setup/Components/Application.xslt b/Setup/Components/Application.xslt index 415e819b..57c5daa7 100644 --- a/Setup/Components/Application.xslt +++ b/Setup/Components/Application.xslt @@ -1,4 +1,5 @@ - + + @@ -12,5 +13,24 @@ MainExecutable + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Setup/Components/Reset.xslt b/Setup/Components/Reset.xslt index 7da6b7d7..c34cbd76 100644 --- a/Setup/Components/Reset.xslt +++ b/Setup/Components/Reset.xslt @@ -1,4 +1,5 @@ - + + diff --git a/Setup/Directories.wxs b/Setup/Directories.wxs index 528e5d9e..9eea72f7 100644 --- a/Setup/Directories.wxs +++ b/Setup/Directories.wxs @@ -3,7 +3,7 @@ - + diff --git a/Setup/Product.wxs b/Setup/Product.wxs index a6d2035d..edf4afd4 100644 --- a/Setup/Product.wxs +++ b/Setup/Product.wxs @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@ - + diff --git a/Setup/Resources/SafeExamBrowser.ico b/Setup/Resources/Application.ico similarity index 100% rename from Setup/Resources/SafeExamBrowser.ico rename to Setup/Resources/Application.ico diff --git a/Setup/Resources/Configuration.ico b/Setup/Resources/Configuration.ico new file mode 100644 index 00000000..e5b24bec Binary files /dev/null and b/Setup/Resources/Configuration.ico differ diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index 9a55f459..d40615f9 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -72,20 +72,21 @@ - + + - - git -C $(SolutionDir) checkout -- Setup/Components/Application.wxs -git -C $(SolutionDir) checkout -- Setup/Components/Reset.wxs - "$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.ResetUtility\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -srd -cg ResetComponents -dr ResetDirectory -sfrag -var var.SafeExamBrowser.ResetUtility.TargetDir -out $(ProjectDir)Components\Reset.wxs -t $(ProjectDir)Components\Reset.xslt "$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.Runtime\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -srd -cg ApplicationComponents -dr ApplicationDirectory -sfrag -var var.SafeExamBrowser.Runtime.TargetDir -out $(ProjectDir)Components\Application.wxs -t $(ProjectDir)Components\Application.xslt + + + git -C $(SolutionDir) checkout -- Setup/Components/Application.wxs +git -C $(SolutionDir) checkout -- Setup/Components/Reset.wxs