forked from chrisoldwood/vdproj2wix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
28 lines (21 loc) · 825 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
vdproj2wix v1.0
===============
Introduction
------------
This PowerShell script (vdproj2wix.ps1) is a very simple one for converting a
Visual Studio setup project (aka a .vdproj file) into a WiX format one (i.e.
a .wxs file). Although there are other more fully featured tools for creating
a .wxs file, such as from an existing MSI binary, I wanted something that gave
me a bare bones .wxs file that ignored all the boilerplate code that Visual
Studio adds by default. As a server-side chappy all the MSI installers I create
are simple ones designed to deploy a bunch of files into a folder - this script
targets that scenario.
Documentation
-------------
There is a manual: vdproj2wix.html.
Contact Details
------------------
Email: [email protected]
Web: http://www.chrisoldwood.com
Chris Oldwood
31st October 2011