Can anyone tell me how i include the dotnetfx.exe file into my setup file as everytime i build my project it warns me to include it or i could have problems.
I have the file but just don't know how to include it.
In the Settings.ini file (assuming it is in the same folder as your msi and dotnetfx.exe) change:
ProductName={your program name}.msi
FXInstallerPath=/dotnetfx.exe
When you run the Setup.exe it will check if the dotnet is installed, if not it will install it before running the msi
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.