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] 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

Re: [WiX-users] ShellNew/FileName

2009-04-04 Thread nathanjphillips
OK, done this, which seems to work: ProgId Id=MyApp.MyFileType Description=My File Type Icon=ID_GUID1 IconIndex=4 Extension Id=my-file-type Verb Id=Open Command=open TargetFile=ID_GUID1 Argument=/dde / /Extension /ProgId File Id=ID_GUID2 Source=Sample.my-file-type