Wix4 Visual Studio Extension

1 minute read

In this article we

  • Install Wix4 Visual Studio Extension

This extension help us to create Wix4 project.


Demo Video

Please see below video on how to โ€œInstall Wix4 Visual Studio Extensionโ€.


Please note that there are no explanation in the video.
Explanation of each step and why we write code this way is given in this post.


Open Visual Studio

IDE: Visual Studio 2022 Community

Click above link to download ๐Ÿš€ Visual Studio 2022 Community

  • Open Visual Studio 2022 Community

  • In โ€œHomeโ€ screen of Visual Studio, select โ€œContinue without codeโ€ option as shown in below ๐Ÿ‘‡๐Ÿป image.

conitnue-without-code

  • This open Visual Studio without any project/solution as shown in below ๐Ÿ‘‡๐Ÿป image.

visual-studio-without-solution


Install Extension

Extension Name: HeatWave for VS2022

  • Open Extension window in Visual Studio 2022 and search for HeatWave for VS2022 as shown in below ๐Ÿ‘‡๐Ÿป image.

search-heatwave-extension

  • Now select โ€œDownloadโ€ option as shown in below ๐Ÿ‘‡๐Ÿป image.

download-heatwave-extension

  • After download close Visual Studio.

  • When we close Visual Studio, a pop-up of VSIX Installer will come as shown in below ๐Ÿ‘‡๐Ÿป image.

vsix-installer

  • Now select โ€œModifyโ€ button, this will install extension as shown in below ๐Ÿ‘‡๐Ÿป image.

install-vsix-extension


Check Wix Project Template

  • Now open Visual Studio and select Create New Solution option as shown in below ๐Ÿ‘‡๐Ÿป image.

create-new-solution

  • This will open a new screen which shows Wix options as shown in below ๐Ÿ‘‡๐Ÿป image.

screen-with-wix-options

  • In this screen, we select MSI Package (Wix v4) option for creating MSI package as shown in below ๐Ÿ‘‡๐Ÿป image.

create-msi-package-option

  • Now select โ€œNextโ€ option as shown in below ๐Ÿ‘‡๐Ÿป image.

select-next-option

  • In next screen we define following screen.

    • Project Name
    • Location of Solution
    • Name of Solution

Please see below ๐Ÿ‘‡๐Ÿป image for reference.

create-solution-and-other-details

  • Now select โ€œCreateโ€ option as shown in below ๐Ÿ‘‡๐Ÿป image.

select-create-option

  • This will create new Solution with Wix V4 project as shown in below ๐Ÿ‘‡๐Ÿป image.

final-result


Thatโ€™s it!!!

In next article we will understand โ€œFile Structure of Wix V4 projectโ€.

Hope this post helps you.

If you like the post then please share it with your friends also.

Do let me know by you like this post or not!

Till then, Happy learning!!!

Updated: