This repository will be deleted, it is not where WiX v4 is developed
Перейти к файлу
Andy Moravec e13c053edb Created tests for and corrected two issues with the UriProtocol function in dutil
protocol strings are now compared case insensitive and the ftp scheme was incorrectly being mapped to URI_PROCOL::URI_PROTOCOL_FILE

WIXBUG:4461 UriProtocol function is case sensitive

incorporated feedback from previous pull request, re-submit as a single commit
2015-05-25 14:45:59 -05:00
history Merge pull request #136 from rseanhall/feat4763 2015-05-25 11:23:35 -07:00
src Created tests for and corrected two issues with the UriProtocol function in dutil 2015-05-25 14:45:59 -05:00
test Created tests for and corrected two issues with the UriProtocol function in dutil 2015-05-25 14:45:59 -05:00
tools Add new TransformHistoryEntries task to support a merge conflict free way to maintain a top down history file. 2015-05-24 19:57:50 -05:00
.gitattributes Initialize repository configuration. 2014-03-13 13:20:13 -07:00
.gitignore Build/repo tweaks 2015-01-30 23:12:41 -05:00
CONTRIBUTING.md Add CONTRIBUTING.md 2014-06-25 00:36:03 -04:00
History.md WIXBUG:4734 - Rewrote type-51 CAs using SetProperty. 2015-05-25 14:42:51 -05:00
LICENSE.TXT Add license. 2014-03-13 13:27:18 -07:00
Readme.md Switch to #[#] per code review 2014-03-15 01:32:16 -04:00
nuget.config RTM WiX Toolset v3.8. 2014-03-13 14:08:07 -07:00
wix.proj WiX Toolset v4.0. 2014-03-13 16:22:06 -07:00

Readme.md

WiX Toolset on GitHub

The WiX Toolset builds Windows installation packages from XML source code. The toolset supports a command-line environment that developers may integrate into their build processes to build Windows Installer (MSI) packages and executable bundles. The WiX GitHub project hosts the WiX source code Git repositories. The following links will take you to more details:

Home page

Releases

Bugs and feature requests

Hacking on WiX