...and on this issue: "When I uninstall this package, the system complains that the file is in use (it *is* in use; it is a shell extension to windows explorer).
This only happens when it is a lowly user that is trying to uninstall this. I thought that the registry registration/deregistration would happen elevated so removing this stuff from the registry would work. But something is causing the user to get prompted to stop explorer so the dll can be removed." A verbose log might show something, but my SWAG is that Windows may be just following the security restrictions for a limited user. Most limited users do not have the privilege to reboot the system, and limited users don't get elevated privilege just because they're doing an uninstall. So maybe Windows is stuck with a quandary - it can't let this account automatically reboot the system because it doesn't have the rights. Phil -----Original Message----- From: Rob Mensching [mailto:[email protected]] Sent: Monday, March 25, 2013 3:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registering Explorer Shell Extension using Heat Does the resulting .wxs file have all the necessary registry keys? If so, then you don't need the regsrv32 call, which is the self-reg call that usually creates all the trouble. On Mon, Mar 25, 2013 at 2:43 PM, gapearce <[email protected]> wrote: > Thanks Rob, > > I used a heat example I found in a thread here - like this: > > "C:\Program Files (x86)\Windows Installer XML v3.5\bin\heat.exe" file > ShellExt.dll -ag -out file.wxs" > > Should I not do that? > > What do you mean to "Let the Windows Installer manage the registry > keys for you instead." - how does one do that? > > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Register > ing-Explorer-Shell-Extension-using-Heat-tp7584406p7584620.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > -------- Own the Future-IntelR Level Up Game Demo Contest 2013 Rise to > greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game on > Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > ---------------------------------------------------------------------------- -- Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

