Create an Adobe Acrobat Reader Package including Updates (MSP)MSI to deploy

This post will show you how to create an Adobe Acrobat Reader MSI Package to deploy using a software deployment tool like LANDesk, Microsoft System Center Configuration Manager, Altiris or a similar tool.
First we create an administrative install, then we patch the administrative install with the MSPs (patches)..
Logo_AdobeReader

Continue reading

Hyper-V: Problem installing Hyper-V Integration Services after upgrading virtual machine from Virtual PC (VPC)

Ok, today i migrated one of my old Virtual PC Images (VPC) (VHD File) to Hyper-V. I booted the Virtual PC virtual machine and removed the old virtual machine additions. Then i created a new virtual machine in Hyper-V and specified the VHD as Disk. Logo_windows-server-2008-hyper-v-logo-v_2

Continue reading

Did you know about DiskShadow? Creating Shadow Copy from the command line

This can be an alternative for taking a Snapshot in Hyper-V..
According to TechNet @Microsoft they state: DiskShadow.exe is a tool that exposes the functionality offered by the Volume Shadow Copy Service (VSS). By default, DiskShadow uses an interactive command interpreter similar to that of DiskRAID or DiskPart. DiskShadow also includes a scriptable mode.
Logo_windows-server-2008-hyper-v-logo-v_2

Continue reading

About Managing Snapshots with Hyper-V

Hyper-V introduces the concept of virtual machine snapshots – which is to say point in time images of a virtual machine that you can return to at any stage.  These snapshots are implemented in the virtualization layer – and can be taken at any time with any guest operating system (even during an operating system installation).  Snapshots can be taken whether the virtual machine is running or stopped.  If the virtual machine is running when the snapshot is taken there is no downtime involved to create the snapshot. Logo_windows-server-2008-hyper-v-logo-v_2

Continue reading

Deleting a Windows Service – did you know it’s so easy?

Whenever i had to delete an orphaned Windows Service, i started RegEdit.exe and navigated to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. Then i searched for the Service and removed the whole registry key including all subkeys. Then i rebooted the system. Yes, i know, don’t tell me that this a horrible way, that’s why i want to share this post with you.. Logo_cmd

Continue reading

Microsoft Key Management Services KMS aka MAK

Okay, thank you Microsoft, thank you for the good idea of a central KMS what-ever-kill-me-service to activate Windows 7 and Office 2010 in an Enterprise.
Well, things could be easy, but obviously not a KMS Server done by Microsoft .. However, this is my collected information (Installation, configuration, error handling, testing, etc) about Microsoft Key Management Service (KMS).. and the tale isn’t over, believe me!
Getting started with Microsoft Windows KMS server..
Logo_winlogo

Continue reading