Re: [WiX-users] HeatFile not works if build in Release

2013-07-27 Thread Blair Murri
Because of the way that the Heat tool works, it's usually a very good idea to not use it on already registered binaries. If your build process is registering your binaries, consider unregistering or even suppressing the registration in the first place (if possible). "Hoover, Jacob" wrote: Ok

Re: [WiX-users] HeatFile not works if build in Release

2013-07-27 Thread Hoover, Jacob
Ok, regfree won't work for you. By chance do any of the other binaries refer to your shell extension? You should be able to unregister the one in the debug folder by using regasm. On Jul 27, 2013, at 12:45 PM, "Marco Tognacci" wrote: > I need to register this dll for registering a shell exten

Re: [WiX-users] HeatFile not works if build in Release

2013-07-27 Thread Marco Tognacci
I need to register this dll for registering a shell extension to provide custom preview for my custom file extension.My setup project is contained in the my application project folder, but I compile it with a stand alone solution, where I'm refer to the building folder of my Application, Release

Re: [WiX-users] HeatFile not works if build in Release

2013-07-27 Thread Hoover, Jacob
Is your DLL project output set to register for COM interop? Are you building your install as part of the solution containing the source projects? Have you ensured your assembly is not registered prior to building the installer project? Have you tried to manually run heat against the release fold

Re: [WiX-users] HeatFile not works if build in Release

2013-07-27 Thread Marco Tognacci
I have build it first on Debug mode and then on Release. Could be that the first time Hear register the dll in the Debug folder and then the second time instead of register the dll in the Release folder it it return the path of the dll in the debug folder because in the systerm is register the o