I failed to install XNA4.0. It messages the "bootstrapper.exe" when installing Microsoft Games for Windows - LIVE Redistributable. Then I installed the latest version of Microsoft Games for Windows and tried again, but it still failed. I have installed vs2010 and my OS is win7-x64

link|improve this question
Which link did you download XNA 4.0 from? – Mathias Lykkegaard Lorenzen Jul 31 '11 at 4:15
Please provide the exact link. – Mathias Lykkegaard Lorenzen Jul 31 '11 at 4:22
@Mathias Here is the link: microsoft.com/download/en/details.aspx?id=23714 – xjj Jul 31 '11 at 4:43
Are there any details showing up such as an error-message, and error-code, an error-report or anything like it? – Mathias Lykkegaard Lorenzen Jul 31 '11 at 4:55
@Mathias It shows error-message of "bootstrapper.exe stops work" and then the install program crashes – xjj Jul 31 '11 at 5:12
show 4 more comments
feedback

migrated from stackoverflow.com Aug 1 '11 at 13:44

This question came from our site for professional and enthusiast programmers.

1 Answer

I solved this problem by extracting all files from the installation program and installing them manually. You can extract the files by inputting the following in a Command Prompt:

your-install-program /x
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.