<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx</link><description>I recently heard from a customer who was trying to deploy Visual Studio 2005 using an unattended INI file and saw setup fail, but only when launching setup directly from the DVD. If they shared the DVD-ROM drive and installed from it using a UNC path</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#594453</link><pubDate>Wed, 10 May 2006 14:33:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:594453</guid><dc:creator>rootstat</dc:creator><description>Launch Visual Studio 2005 in unattended INI creation mode by running &amp;lt;Visual Studio source location&amp;gt;\setup\setup.exe /createunattend &amp;lt;path to INI file to create&amp;gt;&lt;br&gt;&lt;br&gt;Am stucked on this path.. kindly help me out..&lt;br&gt;&amp;quot;c:\\Microsoft\NET\Setup /createunattend c:\&amp;quot;&lt;br&gt;&lt;br&gt;this what i have mentioned in run command. Please correct me if am wrong</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#594572</link><pubDate>Wed, 10 May 2006 17:50:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:594572</guid><dc:creator>nvidia</dc:creator><description>&amp;quot;c:\\Microsoft\NET\Setup /createunattend c:\test.ini&amp;quot; &lt;br&gt;&lt;br&gt;setup runs but doest create any ini file under c:\</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#594654</link><pubDate>Wed, 10 May 2006 19:22:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:594654</guid><dc:creator>astebner</dc:creator><description>Hi Rootstat and nVidia - You have to provide a file name and not just a drive letter for the unattend file. &amp;nbsp;You also need to make sure you run the setup.exe in the Setup subdirectory and not hte one at the root of the Visual Studio installation directory. &amp;nbsp;The command line should look like the following:&lt;br&gt;&lt;br&gt;c:\Microsoft\NET\Setup\Setup.exe /createunattend c:\test.ini&lt;br&gt;&lt;br&gt;Can you try that out and see if it works for you?&lt;br&gt;</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#595159</link><pubDate>Thu, 11 May 2006 09:17:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595159</guid><dc:creator>nvidia</dc:creator><description>Hi Astebner,&lt;br&gt;Am able to creae the test.ini as well able to run on network client machine. now the problem is it reboots in between. and if i run the command again same happens again.</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#595161</link><pubDate>Thu, 11 May 2006 09:22:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595161</guid><dc:creator>nvidia</dc:creator><description>Can you guide me how to stop the auto reboot it happens 2 to 3 times during installtion. I dont mind once after it completely installs.</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#595173</link><pubDate>Thu, 11 May 2006 09:55:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595173</guid><dc:creator>nvidia</dc:creator><description>Astebner Now the only thing is i am able to install on to network client machine. But it reboots in between i want to continue the full installation without reboot in between. it dont mind auto reboot at the end of full setup.&lt;br&gt;please let me know the solution for it.. thanks in advance.</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#595499</link><pubDate>Thu, 11 May 2006 20:14:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:595499</guid><dc:creator>astebner</dc:creator><description>Hi nVidia - I have posted an article at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/archive/2006/03/17/554248.aspx"&gt;http://blogs.msdn.com/astebner/archive/2006/03/17/554248.aspx&lt;/a&gt; that describes how to manage reboots during unattended installs of Visual Studio 2005. &amp;nbsp;Hopefully this will help you here.&lt;br&gt;&lt;br&gt;Also, I have posted several other items related to unattended installs at &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/articles/574618.aspx"&gt;http://blogs.msdn.com/astebner/articles/574618.aspx&lt;/a&gt; that may be useful to you as well.&lt;br&gt;</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#600953</link><pubDate>Thu, 18 May 2006 16:35:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:600953</guid><dc:creator>Damien</dc:creator><description>Hey, have you had it come up asking to insert the DVD?&lt;br&gt;I'm trying to run it from an unattended xp install I'm making but it's being a little irritating in getting to run properly.&lt;br&gt;Any help you can give would be much appriciated.</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#601104</link><pubDate>Thu, 18 May 2006 19:36:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:601104</guid><dc:creator>astebner</dc:creator><description>Hi Damien - I'm not sure I understand your scenario. &amp;nbsp;Are you trying to preinstall Visual Studio as part of Windows XP setup? &amp;nbsp;Can you list the exact command lines that you are using to try to install it and also how you are launching setup during XP setup? &amp;nbsp;Finally, are you copying the Visual Studio installation files to the local hard drive, installing from the network or installing from a DVD?&lt;br&gt;</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#601734</link><pubDate>Fri, 19 May 2006 12:51:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:601734</guid><dc:creator>Damien</dc:creator><description>Hi,sorry I should have described in more detail.&lt;br&gt;I am using a post windows install program that adds the commands to runoncex when you first login after installing windows.&lt;br&gt;Since this didn't work the first time I've been fiddling running commands and got as far as installing all the prequisites silently, and then running d:\WPI\Install\studio\vs\setup\setup.exe /unattendfile c:\unattended.ini /PromptForCD.&lt;br&gt;This installs sql server 2005 express, not sure how much further, but then I get a window asking for me to insert the Visual Studio 2005 DVD.&lt;br&gt;&lt;br&gt;All the files are stored on the dvd (copying across that much data didn't really appeal).&lt;br&gt;&lt;br&gt;I hope you'll be able to point me in the right direction.&lt;br&gt;Thanks.</description></item><item><title>re: How to perform an unattended install of Visual Studio 2005 from a DVD-ROM drive</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#604443</link><pubDate>Tue, 23 May 2006 08:47:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:604443</guid><dc:creator>astebner</dc:creator><description>Hi Damien - The commands at the top of this blog post should allow you to perform an unattended install of both the prerequisites and Visual Studio (including SQL Express). &amp;nbsp;What is the exact command line that you have been putting in the RunOnceEx registry value to initiate the installation of Visual Studio? &amp;nbsp;Also, can you look at %temp%\dd_vsinstall80.txt and see if there is any information in there about why installation is not working correctly? &amp;nbsp;If you can send me that log file at Aaron.Stebner (at) microsoft (dot) com, I will try to take a look and see if I can figure anything out...&lt;br&gt;</description></item><item><title>Mailbag: Why am I prompted to insert the Visual Studio 2005 DVD when installing from the DVD?</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#618760</link><pubDate>Tue, 06 Jun 2006 08:03:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:618760</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>Question:&lt;br&gt;I am trying to create an integrated installation DVD that includes Visual Studio 2005 as well...</description></item><item><title>Aaron Stebner's WebLog : Visual Studio 2005 and .NET Framework 2.0 deployment guide</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#630437</link><pubDate>Wed, 14 Jun 2006 07:24:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:630437</guid><dc:creator>Aaron Stebner's WebLog : Visual Studio 2005 and .NET Framework 2.0 deployment guide</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/astebner/articles/574618.aspx"&gt;http://blogs.msdn.com/astebner/articles/574618.aspx&lt;/a&gt;</description></item><item><title>Visual Studio 2005 and .NET Framework 2.0 deployment guide</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#3941627</link><pubDate>Wed, 18 Jul 2007 22:33:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3941627</guid><dc:creator>Aaron Stebner's WebLog</dc:creator><description>&lt;p&gt;This guide is intended to serve as a collection of links to articles, tools, tips and tricks that explain&lt;/p&gt;</description></item><item><title>Slipstream Visual Studio 2008 Service Pack 1</title><link>http://blogs.msdn.com/astebner/archive/2006/05/04/590387.aspx#9530890</link><pubDate>Fri, 03 Apr 2009 22:27:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9530890</guid><dc:creator>Kyle Finley</dc:creator><description>&lt;p&gt;During the rebuild of my development environment I wanted to use the same trick I used before to reduce...&lt;/p&gt;
</description></item></channel></rss>