Change the repository type filter
All
Repositories list
24 repositories
Prevent-Downgrade
PublicDemonstrates how to prevent the installation of the product if a newer version is already installed.Major-Upgrade
PublicHow to configure the upgrade support for an MSI installer?Bundle-with-Custom-GUI
PublicMy-First-Installer
PublicShows how to create a simple installer that deploys a single file.Bundle-with-EXE-Packages
PublicThis pill will demonstrate how to include EXE packages into a bundle.- How to display license information in the default bootstrapper application GUI.
Rollback-Custom-Action
PublicHow to undo changes already done by the installation if it crushes before the end?SetProperty-Tag
PublicThe pill demonstrates that <SetProperty> tag is just an alternate way for creating a custom action that sets a property.Impersonate-User
PublicThis pill shows the usage of the "Impersonate" attribute on a deferred custom action. It changes the rights of the user under which the custom action is executed.Preserve-Properties
PublicThe pill demonstrates how to preserve the initial values of the properties, provided at install time, in order to be used, later, for repair, upgrade or uninstall.Windows-Service
PublicThis Pill demonstrates how to install a windows service.Installation-Scenarios
PublicThe pill demonstrates how to identify the different types of installation scenarios (install, uninstall, repair, etc.)Multiple-Features
PublicThis pill contains a WiX project with two features.- This pill demonstrates how to create a first-sequence custom action. A first-sequence custom action is executed in the first sequence where it is encountered. Subsequent executions will be skipped.
Bundle-with-MSI-Packages
PublicDemonstrates how to include MSI packages into a WiX Toolset bundle.- This pill will demonstrate how to create a starting condition for a bundle. The start condition will prevent the execution of the bundle if the condition is not fulfilled.
Windows-Registry
PublicAn installer may need to read or write some data from/to the registry. This can be done from C# using a custom action, but there is also a simpler way.Start-Condition
PublicThis pill demonstrates how to add a start condition that will stop the installation in half of the times.Update-XML-File
PublicAn example of updating an XML file as part of the installation process.Commit-Custom-Action
PublicThe pill demonstrates how to create a commit custom action used together with the deferred and rollback custom actions.Deferred-Custom-Action
PublicDemonstrates how to create and use a deferred custom action.Planned-Failure
PublicThe pill demonstrates how to use the WixFailWhenDeferred custom action provided by WiX Toolset in order to provoke a failure in the installation process.Immediate-Custom-Action
PublicDemonstrates how to create and use an immediate custom action.