VS setup is better unless you need something custom. InstallShield contains script language which looks like C++, which allows to customize setup project by any way you want. Use VC++ Setup project if it is OK for you. If there is something which you cannot do using VS Setup, think about InstallShield.
Main Topics
Browse All Topics





by: YurichPosted on 2006-08-20 at 20:08:24ID: 17353435
To my own opinion, VS setup project is a lot easier to handle than installshield, but installshield is more sophisticated in terms of installing extra bits (e.g. drivers, patches) along with your main application especially if they're not .NET-based.
regs,
yurich