Home » Archive by category "SCCM" (Page 2)

Silent Install Adobe CS3

Copy the entire Adobe CS3 software up to a share drive.

Run Setup.exe with –record=1 option run through the install. Copy the 2 files it creates to the same directory as the setup.exe.  Rename them to install.xml and remove.xml.

Create your payload file copy and paste the code below into and notepad and named to “application.xml.override“.  Remember to enter your Serial Number.


serialnumber
Suppress
Suppress
Suppress

Then dump that override file into the payloads folder in the folder that ends with  _US_volume

Create your command line for the install
setup.exe –mode=silent –deploymentFile=”:install.xml”

CS3 should install silently with no issues.  Exit code 0 means everything installed ok if you get an exit code 7 rerun threw these steps.

Computer Associations Problem SCCM 2007

I recently worded on an issue where you would import computers into an imaging collection and it would take hours before they would kick off to image.  I found a Microsoft Hotfix to fix this issue.  Microsoft hotfix KB980270 took care of this issue for me I applied the patch rebooted the server and everything we imported starting imaging.  This issue focus on System Center Configuration Manager 2007 Service Pack 2 AKA SCCM 2007 SP2 but I can tell you from experience SP1 also had the same issue and there was a separate hotfix to fix that issue.

http://support.microsoft.com/?kbid=980270

Upgrading MDT 2008 to 2010 for SCCM

http://www.bibble-it.com/2009/09/09/upgrading-mdt-2008-to-2010-for-sccm/comment-page-1#comment-2954?

great article and helped me out a lot about Upgrading MDT 2008 to 2010 for SCCM

SMS_SITE_SQL_BACKUP component failed to reinstall

SMS_SITE_SQL_BACKUP component failed to reinstall

This problem happens when C\:Program Files\Microsoft Configuration Manager\Install.MAP file was corrupted.

Manually modify it and add the line: FILE to install.map file.

BEGIN_COMPONENT_FILELIST

BEGIN_DIRECTORY FILE

FILE

END_DIRECTORY

BEGIN_DIRECTORY

FILE
END_DIRECTORY
UNIT
END_COMPONENT_FILELIST

This site is protected by Comment SPAM Wiper.