Re: Cannot run program on computer without Visual Studio installed?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



The last version or so of VS has been producing something called MyProg.exe.intermediate.manifest. I have often wondered what it is for.

Joseph M. Newcomer wrote:
Manifests would not be nearly as bad if they weren't completely undocumented. As far as I
can tell, the only documentation is in Post-It notes stuck to the sides of screens in
Redmond, WA.
joe

On Thu, 3 Jul 2008 19:07:13 +0200, "Giovanni Dicanio" <gdicanio@_NOSPAM_email_DOT_it>
wrote:

"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> ha scritto nel messaggio news:m91q6414dhbgmcfigcple0ilm05i9jko41@xxxxxxxxxx

InnoSetup should have discovered all the DLLs you need, including the C runtime and other
DLLs.
Hi Joe,

I may be wrong, but I think that the OP puts the required DLLs, the problem is that they are not loaded (or found) properly, due to some manfiest problem.

I must confess that I don't like this manifest technology very much, I do prefer static-linking to avoid DLLHell and the new ManifestHell.

Giovanni


Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.