Downloads:
808,381
Downloads of v 3.10.1.2213:
10,679
Last Update:
24 Nov 2015
Package Maintainer(s):
Software Author(s):
- Rob Mensching
- Bob Arnson
Tags:
wix toolset msi xml admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
WiX Toolset
This is not the latest version of WiX Toolset available.
- 1
- 2
- 3
3.10.1.2213 | Updated: 24 Nov 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
808,381
Downloads of v 3.10.1.2213:
10,679
Maintainer(s):
Software Author(s):
- Rob Mensching
- Bob Arnson
WiX Toolset 3.10.1.2213
This is not the latest version of WiX Toolset available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Rob Mensching, Bob Arnson. The inclusion of Rob Mensching, Bob Arnson trademark(s), if any, upon this webpage is solely to identify Rob Mensching, Bob Arnson goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install WiX Toolset, run the following command from the command line or from PowerShell:
To upgrade WiX Toolset, run the following command from the command line or from PowerShell:
To uninstall WiX Toolset, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download wixtoolset --internalize --version=3.10.1.2213 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade wixtoolset -y --source="'INTERNAL REPO URL'" --version="'3.10.1.2213'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade wixtoolset -y --source="'INTERNAL REPO URL'" --version="'3.10.1.2213'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install wixtoolset
win_chocolatey:
name: wixtoolset
version: '3.10.1.2213'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wixtoolset' do
action :install
source 'INTERNAL REPO URL'
version '3.10.1.2213'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wixtoolset
{
Name = "wixtoolset"
Version = "3.10.1.2213"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wixtoolset':
ensure => '3.10.1.2213',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 24 Nov 2015.
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.
$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\{d2ff2571-07c4-4a04-bcae-f53edb36d960}'
} else {
$uninstallRegKey = 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{d2ff2571-07c4-4a04-bcae-f53edb36d960}'
}
$uninstallPath = (Get-ItemProperty $uninstallRegKey).BundleCachePath
Start-ChocolateyProcessAsAdmin -exeToRun $uninstallPath -statements $silentArgs
Log in or click on link to see number of positives.
- wixtoolset.3.10.1.2213.nupkg (1cdd834d7ba6) - ## / 56
- wix310.exe (489e67b2e633) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
WiX Toolset 3.14.1 | 60439 | Saturday, March 23, 2024 | Approved | |
WiX Toolset 3.14.0 | 42275 | Friday, February 23, 2024 | Approved | |
WiX Toolset 3.11.2 | 565795 | Thursday, September 26, 2019 | Approved | |
WiX Toolset 3.11.1 | 59832 | Tuesday, January 30, 2018 | Approved | |
WiX Toolset 3.11.0.20170506 | 15180 | Saturday, May 6, 2017 | Approved | |
WiX Toolset 3.11.0.1528-rc2-20170424 | 494 | Monday, April 24, 2017 | Approved | |
WiX Toolset 3.11.0.1528-rc2 | 685 | Wednesday, April 12, 2017 | Approved | |
WiX Toolset 3.11.0.1507-rc | 527 | Tuesday, March 28, 2017 | Exempted | |
WiX Toolset 3.10.3.300702 | 6491 | Monday, April 24, 2017 | Approved | |
WiX Toolset 3.10.3.300701 | 3138 | Tuesday, March 28, 2017 | Approved | |
WiX Toolset 3.10.3.3007 | 8218 | Monday, June 13, 2016 | Approved | |
WiX Toolset 3.10.2.2516 | 1585 | Saturday, March 12, 2016 | Approved | |
WiX Toolset 3.10.1.2213 | 10679 | Tuesday, November 24, 2015 | Approved | |
WiX Toolset 3.10.0.2103 | 2689 | Sunday, September 27, 2015 | Approved | |
WiX Toolset 3.9.1208.0 | 4423 | Friday, February 6, 2015 | Approved | |
WiX Toolset 3.9.1006.0 | 1112 | Friday, November 7, 2014 | Approved | |
WiX Toolset 3.8.1128.0 | 21954 | Monday, December 2, 2013 | Approved | |
WiX Toolset 3.8.1021-weekly | 603 | Thursday, October 31, 2013 | Approved | |
WiX Toolset 3.7.1224.20131031 | 671 | Thursday, October 31, 2013 | Approved | |
WiX Toolset 3.7.1224.20130612 | 753 | Wednesday, June 12, 2013 | Approved | |
WiX Toolset 3.7.1224.0 | 838 | Monday, March 4, 2013 | Approved |
2009 - 2015 Outercurve Foundation
Information on this release can be found in the following blog posts:
This package has no dependencies.
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.