An open API service indexing awesome lists of open source software.

https://github.com/havendv/wixnet35bootstrapper

Shows an example Wix file that includes .Net 3.5 during installation
https://github.com/havendv/wixnet35bootstrapper

Last synced: 7 months ago
JSON representation

Shows an example Wix file that includes .Net 3.5 during installation

Awesome Lists containing this project

README

          

# WixNet35Bootstrapper
Shows an example Wix file that includes .Net 3.5 during installation

### Requirements
In some cases(Depending on the use of util:), you may need to use custom build command:
```
light -nologo -ext WixUIExtension -ext WixUtilExtension Installer.wixobj -o Installer.msi
```

### Code
```xml


Enabling .Net 3.5

```

### Links
1. [wix example - Installing the IIS Web Server Role using DISM](https://gitlab.com/chris2/wix-toolset-examples/-/tree/master/InstallIISWithDISM)
2. [Quiet Execution Custom Action](https://wixtoolset.org/documentation/manual/v3/customactions/qtexec.html)
3. [WixEdit](https://wixedit.github.io/)