Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an issue with creating a VS setup package.

I need to install SQL CE in prerequisites of my application and I did that using Bootstrapper Manifest Generator.

I need to add check for operating system architecture. If the operating system is 32-bit, install SQL CE-32, else if the operating system is 64-bit, install SQL CE-64.

How do I do it?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.