Add new WIX Setup project for main installer to replace setup.vdproj
Change Localization Toolkit WIX to use single file Installer
This commit is contained in:
parent
762aeb78e0
commit
c44d296686
7 changed files with 345 additions and 3 deletions
5
WebsitePanel.Installer/Sources/Setup.WIX/Config.wxi
Normal file
5
WebsitePanel.Installer/Sources/Setup.WIX/Config.wxi
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
<?define PROJECTPATH = "../WebsitePanel.Installer"?>
|
||||
<?define BUILDPATH = "$(var.PROJECTPATH)/bin/$(var.BUILD)"?>
|
||||
</Include>
|
Loading…
Add table
Add a link
Reference in a new issue