Giter VIP home page Giter VIP logo

vdproj2wix's Introduction

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

vdproj2wix's People

Contributors

chrisoldwood avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vdproj2wix's Issues

Powershell execution policy

.ps1 files cannot be load and/or executed.
The execution the ps1 files are limited to the digitally signed, to bypass this; the command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine" is necessary to execute vdproj convertion to wix.
To block not signaled powershell script, execute this command "Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope LocalMachine"
more details in [About execution policy] (https:/go.microsoft.com/fwlink/?LinkID=135170)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.