Re: [WiX-users] Notify shell for new file associations

2013-01-15 Thread up2date.cyb...@gmail.com
I am only using RegistryKey s and RegistryValue s, maybe I should use some ProgId/Extension instead, I don't know why I didn't use them :) thanks On 14/01/2013 15:55, Hoover, Jacob wrote: > Are you using ProgId/Extenstion in your MSI? If so, Windows Installer > "should" take care of this for yo

Re: [WiX-users] Notify shell for new file associations

2013-01-14 Thread Hoover, Jacob
Are you using ProgId/Extenstion in your MSI? If so, Windows Installer "should" take care of this for you. To be safe, I think I'd place this inside the InstallExecute sequence after InstallFinalize. This would ensure your binaries were on disk so any icons for the new extensions would be avai