Hi,

I just made an installer that installed. Although it did not make the
Registry changes I wanted:



<Registry Root="HKCU"
                Key="Software\Microsoft\Windows\CurrentVersion\Run"
                Action="write" Name="SIAutoPilot" 
Value="[AUTOPILOT]AutoPilot.exe"
Type="string" />

under the same component as all the files that were installed.

but there wasn't anything at HKCU\Software\Microsoft\Windows\CurrentVersion\Run
pointing to my executable.

That's fine and all, but it seems the installation never finished
(maybe not for this reason but it seems to be the only thing that
didn't work)

Thus when I tried to uninstall I had to download the Windows Installer
Cleanup Utility to clean up. Therefore I would like to have a way to
catch errors, clean up, and also if there are pointers to managing
Registry entries that clarify what kinds of errors are likely with
Wix.

Thanks,

Bryan Rasmussen

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to