diff --git a/Setup/Components/Service.xslt b/Setup/Components/Service.xslt new file mode 100644 index 00000000..61d97bb6 --- /dev/null +++ b/Setup/Components/Service.xslt @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Setup/Directories.wxs b/Setup/Directories.wxs index 9eea72f7..862c1b77 100644 --- a/Setup/Directories.wxs +++ b/Setup/Directories.wxs @@ -6,7 +6,7 @@ - + diff --git a/Setup/Product.wxs b/Setup/Product.wxs index edf4afd4..8b94dc87 100644 --- a/Setup/Product.wxs +++ b/Setup/Product.wxs @@ -14,7 +14,7 @@ - + diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index d40615f9..8c75815c 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -67,9 +67,18 @@ Binaries;Content;Satellites INSTALLFOLDER + + SafeExamBrowser.Service + {fa3c6692-dfed-4afa-bd58-9a3da2753c78} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + @@ -82,11 +91,13 @@ "$(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 +"$(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 +"$(WIX)bin\heat.exe" dir "$(SolutionDir)SafeExamBrowser.Service\bin\$(PlatformName)\$(ConfigurationName)" -nologo -ag -g1 -srd -cg ServiceComponents -dr ServiceDirectory -sfrag -var var.SafeExamBrowser.Service.TargetDir -out $(ProjectDir)Components\Service.wxs -t $(ProjectDir)Components\Service.xslt git -C $(SolutionDir) checkout -- Setup/Components/Application.wxs -git -C $(SolutionDir) checkout -- Setup/Components/Reset.wxs +git -C $(SolutionDir) checkout -- Setup/Components/Reset.wxs +git -C $(SolutionDir) checkout -- Setup/Components/Service.wxs