Jump to content


  • 0
roshanbhavsar04

Visual Studio 2008 Pro Silent package getting failed..

Question

Hi, I have been trying to create a package for vs2008 pro on sccm, but after creating a package i have tested on few pc's and its gets failed, i have created unattend install.ini and tranform.mst file for silent installation still i am facing the same problem. the wonder is that when i checked in event viwer it show vs2008 pro has been installed successfully and doesnt happend anything i dont see application in all program list. can you please help me with it. i am really frustated with this..trying to finish this package..but its driving me nuts and i am not able to reach to root cause.. Thanks a lot in advance.. :)

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

when i created a package for Visual Studio back in the day, i remember that the prerequisites had to be installed in a certain order, if you didnt install them in the order they wanted the package would fail, the command line to install those three apps if required is>-

 

WCU\dotNetFramework\dotnetfx35setup.exe /q /norestart /lang:ENU

 

WCU\WebDesignerCore\WebDesignerCore.exe /Q /install

 

WCU\DExplore\dexplore.exe /q

 

 

then install the main msi in conjunction with an MST created for that very purpose

 

vs_setup.MSI ALLUSERS=1 ADDEPLOY=1 /qb! VS2008.mst

 

 

see here...

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.