scripts && bios for mining farm
-
Updated
Feb 3, 2021 - Batchfile
scripts && bios for mining farm
Shows how to create a simple installer that deploys a single file.
Demonstrates how to include MSI packages into a WiX Toolset bundle.
An 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.
The pill demonstrates how to use the WixFailWhenDeferred custom action provided by WiX Toolset in order to provoke a failure in the installation process.
How to configure the upgrade support for an MSI installer?
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.
Demonstrates how to prevent the installation of the product if a newer version is already installed.
This pill contains a WiX project with two features.
The 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.
This pill demonstrates how to add a start condition that will stop the installation in half of the times.
An example of updating an XML file as part of the installation process.
The pill demonstrates that <SetProperty> tag is just an alternate way for creating a custom action that sets a property.
Add a description, image, and links to the msi topic page so that developers can more easily learn about it.
To associate your repository with the msi topic, visit your repo's landing page and select "manage topics."