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

2013-01-15 Thread up2date.cyb...@gmail.com
iginal Message- > From: up2date.cyb...@gmail.com [mailto:up2date.cyb...@gmail.com] > Sent: Sunday, January 13, 2013 6:01 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Notify shell for new file associations > > Hi > In my wix product project, I create some f

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

2013-01-14 Thread Hoover, Jacob
nsions would be available for the shell to cache. -Original Message- From: up2date.cyb...@gmail.com [mailto:up2date.cyb...@gmail.com] Sent: Sunday, January 13, 2013 6:01 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Notify shell for new file associations Hi In my wix product pr

[WiX-users] Notify shell for new file associations

2013-01-13 Thread up2date.cyb...@gmail.com
Hi In my wix product project, I create some file associations in the registry. I have a small c++ custom action with only: ::SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_DWORD | SHCNF_FLUSH, NULL, NULL); ::Sleep(1000); // http://msdn.microsoft.com/en-us/library/windows/desktop/cc144154(v=vs.85)