
73,416
Downloads
3,564
Downloads of v 3.9.1208.0
2/6/2015
Last update
WiX Toolset
3.9.1208.0
The Windows Installer XML (WiX) is a toolset that 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 MSI and MSM setup packages. The WiX toolset CodePlex project stores the stable releases and Mercurial repository.
To install WiX Toolset, run the following command from the command line or from PowerShell:
C:\> choco install wixtoolset
--version 3.9.1208.0
To upgrade WiX Toolset, run the following command from the command line or from PowerShell:
C:\> choco upgrade wixtoolset
--version 3.9.1208.0
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'wixtoolset' $installerType = 'EXE' $32BitUrl = 'https://wix.codeplex.com/downloads/get/1421696' $silentArgs = '/q' $validExitCodes = @(0) Install-ChocolateyPackage $packageName $installerType $silentArgs $32BitUrl -validExitCodes $validExitCodes
- tools\chocolateyUninstall.ps1
Show
$packageName = 'wixtoolset' $silentArgs = '/uninstall /quiet' $osBitness = Get-ProcessorBits # Remove not needed folder with binaries if ($osBitness -eq 64) { $uninstallRegKey = 'HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{0f7c49f2-f5d2-4eaa-9de5-a274bdcbe6af}' } else { $uninstallRegKey = 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0f7c49f2-f5d2-4eaa-9de5-a274bdcbe6af}' } $uninstallPath = (Get-ItemProperty $uninstallRegKey).BundleCachePath Start-ChocolateyProcessAsAdmin -exeToRun $uninstallPath -statements $silentArgs
Virus Scan Results
- wixtoolset.3.9.1208.0.nupkg (134c6c5e32f4) - ## / 57 - Log in or click on link to see number of positives
- wix39.exe (c84437fc1dcf) - ## / 53 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
2009 - 2013 RobMensching.com LLC.
Tags
Release Notes
Information on this release can be found in the following blog posts:
* http://www.joyofsetup.com/2015/01/21/wix-toolset-v3-9-r2-maintenance-release-is-available/
* http://robmensching.com/blog/posts/2015/1/21/wix-toolset-v3.9-r2-released/
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
WiX Toolset 3.11.1 | 18707 | Tuesday, January 30, 2018 | approved |
WiX Toolset 3.11.0.20170506 | 9605 | Saturday, May 6, 2017 | approved |
WiX Toolset 3.11.0.1528-rc2-20170424 | 214 | Monday, April 24, 2017 | approved |
WiX Toolset 3.11.0.1528-rc2 | 381 | Wednesday, April 12, 2017 | approved |
WiX Toolset 3.11.0.1507-rc | 250 | Tuesday, March 28, 2017 | exempted |
WiX Toolset 3.10.3.300702 | 1094 | Monday, April 24, 2017 | approved |
WiX Toolset 3.10.3.300701 | 2017 | Tuesday, March 28, 2017 | approved |
WiX Toolset 3.10.3.3007 | 6660 | Monday, June 13, 2016 | approved |
WiX Toolset 3.10.2.2516 | 1228 | Saturday, March 12, 2016 | approved |
WiX Toolset 3.10.1.2213 | 10379 | Tuesday, November 24, 2015 | approved |
Discussion for the WiX Toolset Package
Ground rules:
- This discussion is only about WiX Toolset and the WiX Toolset package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or WiX Toolset, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.