Link to home
Start Free TrialLog in
Avatar of David Huisman
David Huisman

asked on

Prerequisites for Visual Studio Installer

I have a C# project written in Visual Studio 2017.

After creating the project and testing it, I created a installer package using Advanced Installer Software. The package found all the dependencies ok and the installer works fine when I test on my local machine. However, I am concerned whether I should be adding prerequisites and how to determine Which ones I need.
In particular I am not sure about Windows Framework (the installer lets X86 and X64 be selected, my project was compiled for "Any CPU)
Another one is the DotNet Framework. Shoudl I just select the same one I used when compiling my VS project?
Finally, the C++ re-distributable. I have seen programs not install in the past when this is not installed but I am not sure whether I really need to add as pre-requisite and how I determine which version is needed for my application?

Thanks
Avatar of Martin Nguyen
Martin Nguyen
Flag of United States of America image

Hi,

I am here to help you with your open question.  Do you still need help?  I have the ability to alert more experts if you still need help.

If you solved the problem on your own, would you please post the solution here in case others have the same problem?

If you need me to delete this question just say "Delete."

Thank you for using Experts Exchange.

Regards,

Martin Nguyen
Hi David,

I am not sure if this will help you or not, but to answer your queries, Advanced Installer Software does take care of prerequisites on behalf of you.

Please refer to: https://www.advancedinstaller.com/prerequisites.html

it automatically scans your project and adds necessary prerequisites and then on target machines installs them as necessary. Unless you are making some changes manually to the installation project itself (Advanced Installer Project) you don't have to worry about anything.

Regards,
Chinmay.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.