Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-28 Thread Rob Mensching
Key="Software\Microsoft\Windows\CurrentVersion\Shell > Extensions\Approved" > Name="$(var.MyShellExtGUID)" > Value="CMyContextMenuExt" ... > > My question is, are any of these registry entries already handle

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-27 Thread Hoover, Jacob
: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements Greetings, This is a list of registry entries that I've uncovered for a couple of COM server components: -Original Message- > F

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-21 Thread Brad Lemings
er XML toolset. > Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements > > > If I had to guess, this component may rely on other components. I > swear I saw something along the lines of this with an ATL component. > When the registry redirection occ

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-21 Thread Neil Sleightholm
Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 21 June 2011 16:20 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements I wasn't talking of harvesting a reg script, but rather taking a reg fi

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-21 Thread Hoover, Jacob
From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Tuesday, June 21, 2011 2:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements >> I had pondered making a patch myself, where heat would allow for a re

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-21 Thread Neil Sleightholm
eneral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements If I had to guess, this component may rely on other components. I swear I saw something along the lines of this with an ATL component. When the registry redirection occurs inside o

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Brad Lemings
o surprise. :P > -Original Message- > From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] > Sent: Monday, June 20, 2011 4:07 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements > &g

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Hoover, Jacob
] Sent: Monday, June 20, 2011 4:47 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements My guess is it is not safe to ignore this warning. The generated Wix source contains nothing but a DirectoryRef, a Component, and

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Brad Lemings
Lemings Sent: Monday, June 20, 2011 3:42 PM To: General discussion for Windows Installer XML toolset. Subject: RE: [WiX-users] Replacing regsvr32 commands with Wix elements What does "Unable to load file: error 93" mean? Here's the entire warning message: heat.exe : w

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Brad Lemings
- From: Dave Brotherstone [mailto:dav...@pobox.com] Sent: Monday, June 20, 2011 1:58 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements > > -Original Message- > From: Brad Lemings [mailto:b...@rebit.com] >

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Dave Brotherstone
> > -Original Message- > From: Brad Lemings [mailto:b...@rebit.com] > Sent: Monday, June 20, 2011 1:19 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Replacing regsvr32 commands with Wix elements > > Hmm. How can I ca

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Brad Lemings
s [mailto:b...@rebit.com] Sent: 20 June 2011 17:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Replacing regsvr32 commands with Wix elements G'morning (or evening wherever you are): Our software has a couple of Explorer extensions - a namespace and shell extension to be exa

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Brad Lemings
s [mailto:b...@rebit.com] Sent: 20 June 2011 17:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Replacing regsvr32 commands with Wix elements G'morning (or evening wherever you are): Our software has a couple of Explorer extensions - a namespace and shell extension to be exa

Re: [WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Thom Leigh
11 17:27 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Replacing regsvr32 commands with Wix elements G'morning (or evening wherever you are): Our software has a couple of Explorer extensions - a namespace and shell extension to be exact - which we've always installed and u

[WiX-users] Replacing regsvr32 commands with Wix elements

2011-06-20 Thread Brad Lemings
G'morning (or evening wherever you are): Our software has a couple of Explorer extensions - a namespace and shell extension to be exact - which we've always installed and uninstalled by running regsvr32 commands. Are there any helpful Wix tutorials circulating on the net that describe the Wix