Skip to content

A snippet to demonstrate building a basic application installer using the WiX toolset.

License

Notifications You must be signed in to change notification settings

fun4jimmy/wixsnippet-basicapplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiX Snippet - Basic Application

This WiX Snippet contains the bare minimum required to generate a simple Windows application installer msi using the WiX Toolset.

Installation

From a Microsoft Visual Studio command prompt:

> mkdir wixsnippet
> cd wixsnippet 
> git clone git@github.com:fun4jimmy/wixsnippet-basicapplication.git basicapplication
> cd basicapplication
> nmake

Contents

Directory Contents
application Code for a simple c application.
installer WiX script to make an installer for the application.

Requirements

  • Any version of Microsoft Visual Studio
    • cl.exe - used to compile .c source files.
    • link.exe - used to link the compiled c object files in to the application executable.
    • nmake.exe - used as the build chain for the project
  • Any version of the WiX Toolset
    • candle.exe - used to compile the .wxs WiX script files
    • light.exe - used to link the compiled WiX object files in to the application installer.

About

A snippet to demonstrate building a basic application installer using the WiX toolset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published