I need to do the following tasks for creating an installer and I need to figure out the best approach to take. I’m currently thinking of using windows installer, which comes with vs.net 2010, but I’m not sure it can achieve the following:
1) When the user first installs, check that .NET framework 4.0 is installed on their computer. If not, install it.
2) Create a few directory folders
3) Place a shortcut on the user’s desktop
4) Place the software into the user’s Start Menu.
5) Install the software into the newly created directory
What’s the best approach to handle this? Can Windows Installer (vs.net 2010) accomplish this?
Thanks.
Yes it can do all of what you are asking, it also is being replaced by InstallShield 2010 Limited Edition. This article gives your options.
File System Editoradding the new folder to the folder that you want.Take a look at these articles: