diff --git a/src/Vixen.DeployBundle/Vixen.DeployBundle.wixproj b/src/Vixen.DeployBundle/Vixen.DeployBundle.wixproj index 86b0d7c8c..5cb48d327 100644 --- a/src/Vixen.DeployBundle/Vixen.DeployBundle.wixproj +++ b/src/Vixen.DeployBundle/Vixen.DeployBundle.wixproj @@ -1,4 +1,4 @@ - + Version=$(App_Version);ReleaseType=$(Environment) $(SolutionDir)$(Configuration)\Setup\$(Environment) @@ -24,9 +24,9 @@ Vixen-$(App_Version)-Setup-32bit - - - + + + diff --git a/src/Vixen.Installer/ExcludeVixenExeFile.xslt b/src/Vixen.Installer/ExcludeVixenExeFile.xslt new file mode 100644 index 000000000..9a0677981 --- /dev/null +++ b/src/Vixen.Installer/ExcludeVixenExeFile.xslt @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Vixen.Installer/Vixen.Installer.wixproj b/src/Vixen.Installer/Vixen.Installer.wixproj index 38434596a..b9bba4e11 100644 --- a/src/Vixen.Installer/Vixen.Installer.wixproj +++ b/src/Vixen.Installer/Vixen.Installer.wixproj @@ -1,4 +1,4 @@ - + Version=$(App_Version);ReleaseType=$(Environment) $(SolutionDir)$(Configuration)\Setup\$(Environment) @@ -34,6 +34,7 @@ true true true + ExcludeVixenExeFile.xslt @@ -41,6 +42,6 @@ - + \ No newline at end of file diff --git a/src/Vixen.Installer/VixenFolders.wxs b/src/Vixen.Installer/VixenFolders.wxs index 3fd500ffc..67d3c2709 100644 --- a/src/Vixen.Installer/VixenFolders.wxs +++ b/src/Vixen.Installer/VixenFolders.wxs @@ -22,33 +22,48 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + diff --git a/src/Vixen.Installer/VixenReleasePackage.wxs b/src/Vixen.Installer/VixenReleasePackage.wxs index a10666fc9..1b26bbfe9 100644 --- a/src/Vixen.Installer/VixenReleasePackage.wxs +++ b/src/Vixen.Installer/VixenReleasePackage.wxs @@ -8,8 +8,9 @@ - + +