Note that there are some explanatory texts on larger screens.

plurals
  1. POmanifest is picking predifined redist
    primarykey
    data
    text
    <p>i am developing a software using Visual C++ 2008 Express Edition. after build in release mode, i have made a setup file with latest redist 2008. the software is running in my PC fine. in my PC this redist are installed :</p> <p><img src="https://i.stack.imgur.com/VSRhb.jpg" alt="enter image description here"></p> <p>in my friends PC, the same redist are installed. but the software is crashing on my friends PC. </p> <p><img src="https://i.stack.imgur.com/WnBT8.png" alt="enter image description here"></p> <p>from the event log it shows:</p> <p><img src="https://i.stack.imgur.com/COWzG.png" alt="enter image description here"></p> <p>as you can see, it is demanding 9.0.21022.8 version of redist whether there is previously installed latest version of redist(9.0.30729.17). so, i go for a google. from the internet, i edit my <strong>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\crtassem.h</strong></p> <p><img src="https://i.stack.imgur.com/lY3BI.jpg" alt="enter image description here"></p> <p>but it didn't help. then i check my project manifest. and i saw : </p> <p><img src="https://i.stack.imgur.com/um6CS.jpg" alt="enter image description here"></p> <p>but i don't know how to edit manifest (i am new in VC++). and i also check <strong>C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest</strong>. i shows:</p> <p><img src="https://i.stack.imgur.com/AFun4.jpg" alt="enter image description here"></p> <p>i have tried to find out 9.0.21022.8 version of redist in the internet. but i have failed. from my VCExpress installer there is a file named <strong>vcredistmin_x86.exe</strong> :</p> <p><img src="https://i.stack.imgur.com/2DuZ7.jpg" alt="enter image description here"></p> <p>as you can see the version of the file is 9.0.21022.8. i think this is the redist i need. but i cannot install it. it says "run the setup.exe file"</p> <p>what can i do?</p> <p><strong>Edit(if i am asking two different answer from this question, please inform me. i will delete this edited part):</strong></p> <p>i am now wanting to deploy my project from <code>Microsoft Visual studio 2008</code>. i have uninstalled previous <code>Microsoft Visual C++ 2008 express edition</code>. but when i am trying to install <code>Microsoft Visual studio 2008</code>, it says </p> <blockquote> <p>Installation Requirements:</p> <p>A compatible version of Visual Studio 2008 was not detected on the system. This update is designed for only the Microsoft Visual Studio 2008 (ENU) product family, and is not compatible with any Express editions.</p> </blockquote> <p>guys, have you any idea what to do?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload