Questions tagged [wix3.5]

For issues relating to deployment using Windows Installer XML, version 3.5.

The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.

768 questions
-1
votes
2 answers

How to check registry path available or not using WIX installer

I am working with VSTO Outlook addin. I have to find the version outlook which is installed and then have to set some registry value. I have to set Software\Microsoft\Office\16.0\Outlook\Preferences one DWord value if outlook16 present and if…
Akash Rekalwar
  • 85
  • 1
  • 1
  • 9
-1
votes
1 answer

Wix - How to get a relative path

I need to reference some dlls files in my wix project, and i need to user relative path. If i use absolute path like this C:\Users\MyUser\Documents\any\other\folder it works perfectly, but i need a relative path like this: ../bin/dll but it is…
pasluc74669
  • 1,680
  • 2
  • 25
  • 53
-2
votes
1 answer

Customizing Images in Wix Installer in a customized dialog

I have created a setup of a project using wix installer ,which was created in vs2010.Now i have completely created the setup for the project.But i need to replace the images in the wix installer with my product image. i have used
Dah Sra
  • 4,107
  • 3
  • 30
  • 69
1 2 3
51
52