You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to upgrade wixproj and csproj files from wix v3 to wix v4
Actual Result
HeatWave and FireGiant option to upgrade wix projects from v3 to v4 is not available. There is no HeatWave available anywhere.
I tried to upgrade, but there is no Upgrade to WiX v4 option. I tried to access this option from File Explorer and from the project in Visual Studio.
Visual Studio shows that Fire Giant HeatWave is indeed installed. But it does not actually show up anywhere.
Expected Result
I am using a wixproj and csproj file to build the installer. Currently the wix project is imported using a WixTargetsPath that points to the v3 installation directory, as shown below. It seems that there is no equivalent directory any more for v4. I have not found any documentation on how this needs to be updated to migrate from v3 to v4, and I was expecting that the HeatWave tool would take care of this.
According to the documentation, I expected that if I right click on either my wix v3 project folder or my .wixproj and .csproj files, from either File Explorer or from VS, there should be an option to upgrade the project(s). There is no such option.
The text was updated successfully, but these errors were encountered:
We are not able to reproduce this. Can you confirm you see the WiX v4 project templates and create and build a simple MSI project created from scratch?
Also, to be clear, there is no integration with File Explorer to convert WiX v3 to WiX v4. That is achieved by opening the v3 project in Visual Studio and right-clicking on the project node. You should see the convert command when that is done.
The same happends when installed without internet connection.
It seems that the installation cannot be done offline.
Installation completes ok but no files are installed (path '\Extensions\telpyb14.1lx' cannot be found) and everything is the same as described above. Templates (v5/4) are not visible in Visual Studio IDE so no project can be created.
Extension is signed with an invalid certificate
SignatureState : InvalidCertificate
Beginning to install extension to Visual Studio Professional 2022...
Failed to create the update configuration task for user (8 times)
Certificate is invalid: FireGiant.HeatWave.Dev17.vsix
Cache failed. Retrying download of 'FireGiant.HeatWave.Dev17,version=1.0.4'.
Skipping cache of package 'Component.FireGiant.HeatWave.Dev17,version=1.0.4' since the package or a parent package had a vital failure.
Error loading cache: System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\telpyb14.1lx'.
Install to Visual Studio Professional 2022 completed successfully.
The extension has been installed to
C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\telpyb14.1lx
Error loading cache: System.IO.DirectoryNotFoundException: Could not find a part of the path
'C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\telpyb14.1lx'.
HeatWave Version
1.0.2.1
Visual Studio Version
17.7.6
Repro Steps
Actual Result
HeatWave and FireGiant option to upgrade wix projects from v3 to v4 is not available. There is no HeatWave available anywhere.
I tried to upgrade, but there is no Upgrade to WiX v4 option. I tried to access this option from File Explorer and from the project in Visual Studio.
Visual Studio shows that Fire Giant HeatWave is indeed installed. But it does not actually show up anywhere.
Expected Result
I am using a wixproj and csproj file to build the installer. Currently the wix project is imported using a WixTargetsPath that points to the v3 installation directory, as shown below. It seems that there is no equivalent directory any more for v4. I have not found any documentation on how this needs to be updated to migrate from v3 to v4, and I was expecting that the HeatWave tool would take care of this.
According to the documentation, I expected that if I right click on either my wix v3 project folder or my .wixproj and .csproj files, from either File Explorer or from VS, there should be an option to upgrade the project(s). There is no such option.
The text was updated successfully, but these errors were encountered: