I am trying to write a WiX installer that includes a managed icon shell extension (using SharpShell). I've finally figured out how to register it via Wix (I cou
I'm using $(TargetPath) for post-build event for my WiX installer, that is built under VS 2022, and it is translated to: C:\projects\My project\Installer\instal
The system cannot find the file '..\..\..\..\..\..\out\Debug\[FilePath]' with type ''. I am using a HeatDirectory task in wixproj to fetch files from the speci
I want to use different icons for my setup.exe (top-leftmost corner of the installer window) and Add/Remove Programs. In my Bundle.wxs, I used <Bundle ... Ic
I have two features in the Wix source code, Feature_A, and Feature_B., and populate the FeatureTree in the installer. In my Use case, the installer should allo
I'm new to wix toolset, and I want to know if there's a way to customize Id generated by heat from random ID to Fil.path.to.file.xx
I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing p
I am creating vsto installer by wix toolset. Bundle.wxs <Chain> <PackageGroupRef Id="NetFx40Web" /> <PackageGroupRef Id="PG_VSTORuntime" />
I am trying to set windows desktop search to use a different html filter other than the system default filter(nlhtml.dll). When I look up the PersistentHandler
I would like to supress the InstallDirDlg on upgrade. But my approach doesn't work. I tried to skip the InstallDirDlg using <Publish Dialog="InstallDirDlg" C