Home » 2010 » March

Silent Install Quicktime

Download the quicktimeinstaller.exe from quicktimes site and extract the file into a folder using 7zip or winrar.

Inside the extracted folder create a file called quicktime.cmd and drop these to lines into the file

msiexec /i %~dp0quicktime.msi ALLUSERS=1 REGSRCH_INSTALL_ASU=0 DESKTOP_SHORTCUTS=1 ProductLanguage=1033 /qn
msiexec /i %~dp0appleapplicationsupport.msi ALLUSERS=1 REGSRCH_INSTALL_ASU=0 DESKTOP_SHORTCUTS=1 ProductLanguage=1033 /qn

then deploy the quicktime.cmd as hidden(just so the users do not see the command box)

WinDVD Silent Install

Had to deploy WinDVD to a collections of computers this silent string worked the best any other variation just caused problems not during local install but during deployment across the network.

Setup.exe /s /a /s /sms /f2″c:ProgramName.log

Setup WSUS Client

http://articles.techrepublic.com.com/5100-22_11-5888918.html

Great Article works helps you if you are using AD, GPO, Local Policy or just a registry change and Setup WSUS Client

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

Setup VirtualBox with Fedora 12

To Setup Virtual Box with Fedora 12. This little tweek is needed

1. su to root

2. Then run the following command

yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel

3. After that is installed successfully run the next command

/etc/init.d/vboxdrv setup

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

Quick Snort Setup on Fedora 12

Quick Snort Setup on Fedora 12

  1. rpm -ivh snort-2.8.0.2-1.RH5.i386.rpm
  2. simple snorting
  3. snort -v
  4. simple logging to a directory
  5. snort -l myLogDir/
  6. snort ls myLogDir/

This site is protected by Comment SPAM Wiper.