Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 656 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 656 Bytes

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.