Skip to content

mas0061/NSIS-WiX_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Windows installer example by NSIS, WiX

The sample of the installer for Windows by NSIS, WiX

Usage

  • Install one of NSIS and the WiX(s), or both.
  • Enable it to perform them from Cygwin.
  • Execute the following commands.

NSIS

% cd NSIS
% ./create.sh

WiX

% cd WiX
% ./create.sh PARAMETER

WiX - Description of parameter

  • x86
    • for creating 32bit installer
  • x64
    • for creating 64bit installer

License

© 2013 mas0061 Licensed under the MIT License.

About

The sample of the installer for Windows by NSIS and WiX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors