Installing Common Controls
Hi all, I have little experience on installers. I'm doing one with InnoSetup. The PDW has given the dependencies list for my app, but for example it places some of them in Windows (others in \...PDWizard\Redist):
C:\Windows\SysWOW64\Mscomctl.ocx -> v6.1.98.34 - 2/05/2012
Since from my IDE developing and then the compiled .exe, they both use the DLLs-OCXs versions from my OS.
Therefore, my question is if you should deploy the OS-DLLs or the ones coming in VBSP6 (eg Mscomctl.ocx -> 6.1.97.82. - 03.09.2004). From what I've read I think you should not use from my own HD ...
How to avoid the DLL hell?
Thank you
Hi all, I have little experience on installers. I'm doing one with InnoSetup. The PDW has given the dependencies list for my app, but for example it places some of them in Windows (others in \...PDWizard\Redist):
C:\Windows\SysWOW64\Mscomctl.ocx -> v6.1.98.34 - 2/05/2012
Since from my IDE developing and then the compiled .exe, they both use the DLLs-OCXs versions from my OS.
Therefore, my question is if you should deploy the OS-DLLs or the ones coming in VBSP6 (eg Mscomctl.ocx -> 6.1.97.82. - 03.09.2004). From what I've read I think you should not use from my own HD ...
How to avoid the DLL hell?
Thank you