All,
I have not be able to fiind a way to pre install another application setup during my install package. Is there a way to shell out to do an install of another application while I am installing my C# project?
Thanks Steve
Printable View
All,
I have not be able to fiind a way to pre install another application setup during my install package. Is there a way to shell out to do an install of another application while I am installing my C# project?
Thanks Steve
I've never done it but I'd guess that you would use the Launch Conditions Editor in your setup project. If you're using VS 2005 (*sigh* please specify in future) then you can probably use the in-built bootstrapper.
http://msdn.microsoft.com/msdnmag/is...r/default.aspx
Sorry about the version thingy, I will look at your suggestions.