deploying visual basic 2010 Dianek July 05, 2012 16:19 Share Does anyone have a installer for Visual Basic 2010 already? If not is there a video? Documentation? 0
Comments
Here are the steps for an unattended install as specified from Microsoft. These instructions are for Visual Studio 2010. There may be some required mods if you are only using VB.
http://msdn.microsoft.com/en-us/library/ee225237.aspx
Basically you'll need to create an .ini file and push the deployment with the /unattendfile switch.
---From Microsoft MSDN---
To create a Visual Studio unattend .ini file
Insert the Visual Studio 2010 DVD and ignore the autorun message.
Click Start, click Run, and then type drive:\setup\Setup.exe /createunattend path of the .ini file you want to create.
For example: D:\setup\setup.exe /createunattend c:\VS2010_deployment.ini
Follow the directions on the Start page of Setup, and then click Next.
On the Options page, select Customize, and then click Next.
On the Customize page, select the features that you want to deploy, and then click Save Settings.
To run unattended Visual Studio Setup on a client computer
Click Start, click Run, and then type \\<servername>\VS2010\Setup\setup.exe /unattendfile <path of the Visual Studio .ini file>
For example: \\server\VS2010\Setup\setup.exe /unattendfile \\server\VS2010\VS2010_deployment.ini
Please sign in to leave a comment.