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
- Host: GitHub
- URL: https://github.com/havendv/wixnet35bootstrapper
- Owner: HavenDV
- License: mit
- Created: 2020-04-28T11:34:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T17:11:51.000Z (over 5 years ago)
- Last Synced: 2025-03-28T17:09:55.614Z (7 months ago)
- Language: C#
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)