I need to create an install program that does the following:
1.) Install the program that I created in a specific folder. If the program already exists, it should automatically uninstall and reinstall the new version (only if it's newer, not older)
2.) Install some data files (ex. 1 xml and 2 crystal reports)
3.) Run the Crystal Reports Runtime AND FoxIt pdf executable (again only if they are not installed and are newer).
I am running vs2008 and am aware of the Install Project but can I do the steps above fairly easily through that or would I be better off using something like Advance Installer or Install Shield?
1.) Install the program that I created in a specific folder. If the program already exists, it should automatically uninstall and reinstall the new version (only if it's newer, not older)
2.) Install some data files (ex. 1 xml and 2 crystal reports)
3.) Run the Crystal Reports Runtime AND FoxIt pdf executable (again only if they are not installed and are newer).
I am running vs2008 and am aware of the Install Project but can I do the steps above fairly easily through that or would I be better off using something like Advance Installer or Install Shield?