All Projects → chrisoldwood → vdproj2wix

chrisoldwood / vdproj2wix

Licence: MIT license
A PowerShell script to convert a Visual Studio set-up project to a Wix script

Programming Languages

powershell
5483 projects
HTML
75241 projects
Batchfile
5799 projects

Labels

Projects that are alternatives of or similar to vdproj2wix

dderl
Web based Data Explorer / Data Jump Station with Erlang In-Memory Support
Stars: ✭ 23 (-25.81%)
Mutual labels:  wix
iswix
Industrial Strength Windows Installer XML Application
Stars: ✭ 75 (+141.94%)
Mutual labels:  wix
Movieapp
Discover Movies and TV shows - React Native
Stars: ✭ 1,766 (+5596.77%)
Mutual labels:  wix
react-native-navigation-drawer-extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 151 (+387.1%)
Mutual labels:  wix
emacs-msi-installer
A (hopefully) better installation experince for GNU Emacs on Windows
Stars: ✭ 40 (+29.03%)
Mutual labels:  wix
jobs.config
Scheduling recurring jobs.config builder/validator for Velo by Wix
Stars: ✭ 18 (-41.94%)
Mutual labels:  wix
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.

Releases
--------

Stable releases are formally packaged and made available from my Win 32 tools page:
http://www.chrisoldwood.com/win32.htm

The latest code is available from my GitHub repo:
https://github.com/chrisoldwood/vdproj2wix

Documentation
-------------

There is a manual: vdproj2wix.html.

Contact Details
------------------

Email: [email protected]
Web:   http://www.chrisoldwood.com

Chris Oldwood 
31st October 2011
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].