Replies: 1 comment 2 replies
-
Use a correct |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a WiX installer and I have created a bootstrapper project for the same in order to install version 4.8 of .NETFramework as my pre requisites. However, I would like pre-requisites to only get installed if it is not already there on the system.
Additionally, I have a requirement to install the pre-requisite directly from my computer (I have a pre-requisites folder in my file explorer), and not from the internet. Following is the code I have so far under my bundle.wxs file. Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions