Re: [WiX-users] File association description

2010-02-02 Thread Marc Greisen
Is this feature broken? I'm running the 3.0 RTM build of wix. -Original Message- From: Marc Greisen [mailto:mgrei...@microsoft.com] Sent: Monday, February 01, 2010 9:50 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] File association descri

Re: [WiX-users] File association description

2010-02-01 Thread Marc Greisen
Yep, it's set correctly. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Saturday, January 30, 2010 6:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] File association description Did you verify that the P

Re: [WiX-users] File association description

2010-01-30 Thread Rob Mensching
Did you verify that the ProgId description (default value) was set correctly after install? On Fri, Jan 29, 2010 at 5:14 PM, Marc Greisen wrote: > I'm trying to get a description fixed for a file association. Here is the > fragment I'm using: > > Guid="74ce314d-ab2b-4756-a729-1223200adecd" Disk

[WiX-users] File association description

2010-01-29 Thread Marc Greisen
I'm trying to get a description fixed for a file association. Here is the fragment I'm using: After installation, what shows up in the explorer under Item Type is "DPW File". Where have I gone wrong? Thanks -marc -