Jump to content


  • 0
Mike S

Task Sequence/Package Installation Problems

Question

I have created several packages for installing Visual Studio 2008. These packages, when executed manually from the source directory, have run successfully. The problem is when I deploy the packages using SCCM 2007, they bomb. I am using the setup.exe /unattendfile vs2008.ini command to customize the install. During the install process, the prerequisite software is installed correctly. When the Visual Studio 2008 install downloads to the local PC, the install starts, then breaks. I have to manually go to the downloaded files in the cache folder and run the command line described above to run the install. The rest of the task sequence breaks and has to be manually continued as well. My initial thoughts were permission related, but when I created a separate task sequence to be executed while I was logged in, it bombed as well.

 

My question: What am I missing? It really seems silly that a Microsoft product will not install using Microsoft's own management tool.

 

I will gladly answer any and all requests for additional information pertaining to this problem.

 

Thanks,

Mike

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

when i packaged visual studio 2008 in my current job, i wrapped the installer in a vbs script which installed all the prerequisites prior to installing the main application,

are you doing something similar ?

Share this post


Link to post
Share on other sites

  • 0

Yes. The complete task sequence is for a Windows 7 x64 deployment. Prior to running the VS2008 task, I run Document Explorer, Web Designer Tools and the appropriate 64-bit prerequisites. The three prerequisite tasks run without any problems. Once the VS2008 task finishes downloading the source files locally, it runs for about 10 seconds then moves on to the next task (VS2008 SP1) which then fails upon execution. The logfiles report that VS 2008 has installed correctly...so I have no clue where to look anymore. I do not wrap the prerequisites into a script (not much of a programmer), I use separate task sequences for each one.

 

Judging by your reply, I can assume you have figured out how to make VS 2008 install using a customized .ini file. I am very confused as to why the program will not install with SCCM 2007 but will install manually using the very same command line configured in the task sequence.

 

Your help is greatly appreciated.

Mike

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.