The above command seems to work... but I've got no idea how to unbind the files :/
The problem is about this:
There's an INF file.
[DefaultInstall]
BindImage = BindImage_netfx
[BindImage_netfx]
%10%\Microsoft.NET\Framework\v1.1.4322\cscomp.dll
%10%\Microsoft.NET\Framework\v1.1.4322\vbc.exe
%10%\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll
I want to use the command from commandline so I use this:
"rundll32.exe imagehlp.dll,BindImageEx %10%\Microsoft.NET\Framework\v1.1.4322\cscomp.dll"
"rundll32.exe imagehlp.dll,BindImageEx %10%\Microsoft.NET\Framework\v1.1.4322\vbc.exe"
"rundll32.exe imagehlp.dll,BindImageEx %10%\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll"
It retrieves error code 0 so I think it does work. Now I'd like to unbind the files when the whole thing is uninstalled. How to do it? Is it even possible?
This post has been edited by tomasz86: 23 June 2012 - 11:09 PM