Re: what if Installer has requirements? by Jeff
Jeff
Fri Mar 14 12:03:49 CDT 2008
Bundling the required installers into your installer would probably be the
sure-fire way to make sure they get installed--if they're already on the
device, it won't hurt anything for them to be re-installed. If you decide to
go that direction and you're not familiar with common techniques to launch
other installation packages from within your custom installation package,
reply back, and I (or others) can provide some more help.
Alternatively, of course, you could just put the required installation
packages in the same shared location as your installation package and
instruct users on required installation order.
--
Jeff Hopper, President
Hopper Consulting, Inc.
"jp2msft" <jp2msft@discussions.microsoft.com> wrote in message
news:14736275-7616-4D51-BC5C-41E8E05DC267@microsoft.com...
> I've got an app that requires .NET CF 2.0, SQL Mobile 2005, and SQL Client
> 2.0.
>
> If I place my installer on the local network for our employees to get, how
> can I make it so that they also automatically install the requirements?
>
> Should I bundle these requirements into my Installer? They might not need
> them!
>