Relative Content

Tag Archive for windowswixwindows-installerwix3.5

Windows installer calls msiexec.exe from downloads folder

I have a windows installer built using WiX burn. When I try to install the app by clicking on the .exe folder, it searches for msiexec.exe in the directory where the application installer is located. How can I restrict it to use msiexec.exe from System32 folder instead of current directory?