Wix Installer
Wix Installer
Wix v4. Found HeatWave and FireGiant. That should get me going: https://www.firegiant.com/docs/wix/tutorial/ .
Wix v4 - When right click and upgrade project from v3, it fails to put the Heat.exe to the Setup project + "Bin" folder name.
If going to .NET 8:
1) Setup.wixproj -
<TargetFrameworkIdentifier>net8.0</TargetFrameworkIdentifier>
<Runtime>win-x64</Runtime>
2) Need to create a new IIS app pool that is .NET 8 and x64 (instead of x86)
If Upgrade of Existing DLL:
Package.wxs - The upgrade code is important so it uninstalls and installs over:
UpgradeCode="815d1d89-0b82-4bf2-aff4-77c7cea8a9a3
Comments
Post a Comment