I have a VB 2005 application built and would like to silently deploy it using
WSH and VBScript. Can someone point me in the right direction as to how this
is done or where I can find a good example?
I need to do the following:
- Check to see if the current .Net Framework is installed.
- Check if the user has a licensed application and if so verify that they
have the latest service packs
- Install the application
- Automatically update the application with service packs as they become
available
Thanks.
Archived from group: microsoft>public>vb>deployment