10,456 questions
3
votes
5
answers
3k
views
How do I deploy registry keys and values using WiX 3.0?
If I want to create the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MyApp
with the string value
EventMessageFile : C:\Path\To\File.dll
how do I define ...
9
votes
6
answers
9k
views
Can a .msi file install itself (presumably via a Custom Action)?
I wand to construct an MSI which, in its installation process, will deploy itself along with its contained Files/Components, to the TargetDir.
So MyApp.msi contains MyApp.exe and ...
31
votes
3
answers
11k
views
Make WiX installation set upgrade to the same folder
How can I make a major upgrade to an installation set (MSI) built with WiX install into the same folder as the original installation?
The installation is correctly detected as an upgrade, but the ...