Re: [WiX-users] ShellNew/FileName

2009-04-05 Thread Bob Arnson
nathanjphillips wrote:
> It seems like Wix doesn't support the ShellNew/FileName registry key under 
> Extensions in order to allow Windows Explorer's New command to create a new 
> file. 

Please file a feature request so we don't forget to support it natively.

-- 
sig://boB
http://joyofsetup.com/



--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ShellNew/FileName

2009-04-04 Thread nathanjphillips

OK, done this, which seems to work:


  

  





-- 
View this message in context: 
http://n2.nabble.com/ShellNew-FileName-tp2584703p2586782.html
Sent from the wix-users mailing list archive at Nabble.com.


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] ShellNew/FileName

2009-04-04 Thread Heath Stewart
Yes, though it's Windows Installer that doesn't add it for extensions. As
long as you don't add Advertise="yes" to you Extension element it just
results in a bunch of Registry table entries anyway so you can certainly add
your own registry values using the same key. Be sure to include them in the
same components as the related Extensions you're registering.

On Sat, Apr 4, 2009 at 3:26 AM, nathanjphillips  wrote:

>
> It seems like Wix doesn't support the ShellNew/FileName registry key under
> Extensions in order to allow Windows Explorer's New command to create a new
> file. Is it better to start with what Wix does provide using Extension and
> then add some extra registry keys to extend it or to do the whole setup
> using Registry entries for more complicated requirements like this?
>
> TIA, Nathan
> --
> View this message in context:
> http://n2.nabble.com/ShellNew-FileName-tp2584703p2584703.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
>
> --
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Heath Stewart
Deployment Technologies Team, Microsoft
http://blogs.msdn.com/heaths
--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] ShellNew/FileName

2009-04-04 Thread nathanjphillips

It seems like Wix doesn't support the ShellNew/FileName registry key under 
Extensions in order to allow Windows Explorer's New command to create a new 
file. Is it better to start with what Wix does provide using Extension and then 
add some extra registry keys to extend it or to do the whole setup using 
Registry entries for more complicated requirements like this?

TIA, Nathan
-- 
View this message in context: 
http://n2.nabble.com/ShellNew-FileName-tp2584703p2584703.html
Sent from the wix-users mailing list archive at Nabble.com.


--
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users