wix3 | WiX Toolset v3x
kandi X-RAY | wix3 Summary
kandi X-RAY | wix3 Summary
WiX Toolset v3.x
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of wix3
wix3 Key Features
wix3 Examples and Code Snippets
Community Discussions
Trending Discussions on wix3
QUESTION
I am working on a WiX bootstrapper application with Custom UI that installs a .msi
and some .exe
files. I have a prerequisite that .NET 4.8
must be installed on the system. If it is not installed then first install the .NET 4.8
framework then install all the other items.
I am using WiX v3.14.0.5722
for the installer application.
Going through the documentation to install .NET 4.8
I follow this article.
Link: How To: Install the .NET Framework Using Burn
ANSWER
Answered 2022-Jan-25 at 09:39Have a look at the values in this file https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension/wixlib/NetFx48.wxs
Microsoft in their wisdom changed the version of .NET 4.8 pointed at by their download links.
QUESTION
What I want to do:
Make a wix burn bundle bootstrapper that 1st installs the .net 4.8 framework if necessary and then after that, install our custom MSI the custom MSI is all good and working.
I want a single file, which I understand will be 100,000 K big and we're fine with that (once you package in the .net 4.8 installer)
Then just have the bootstrapper auto unpackage and run the .net framework install if needed, but everything I've tried doesn't work. Either it wants to download it (we don't want to count on internet access), or a Open File Dialog shows wanting to get pointed to the .net framework install.
all code below:
...ANSWER
Answered 2021-Dec-02 at 18:54I never found this this on any google hunts, but apparently setting the compressed to "yes" was the key, and no need for a payload when doing that. Worked exactly as I want at this point. Single (large) file and auto-extracts and runs.
QUESTION
I created my own installer wizard pages like this:
...ANSWER
Answered 2021-Sep-07 at 08:45Seems, that you've already found the solution. Faced the same issue recently, describing it in case someone needs it.
Common styles are usually stored in the master installer files in the UI section this way:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install wix3
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page