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:
Virtuworks 2012-09-03 02:26:23 -04:00
parent 762aeb78e0
commit c44d296686
7 changed files with 345 additions and 3 deletions

View 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>