Category: Windows 7

Ghost Images (.GHO) to Hyper-V (.vhd)

I’ve been playing around with Hyper-V. I found that I can convert my existing ghost images into Hyper-v disks by doing the following with Ghost 12. This will convert an existing ghost image to a new hyper-v disk image. ghost64.exe -clone,mode=restore,src=J:\ghostimg.gho,dst=e:\HYPERV\hyperv.vhd...

Oracle Database 12c Client/Driver installation on Windows 7 or Windows 10

Installation of Oracle 12c Client Software Download the Oracle Client from oracle.com Launch the installation by running the .\winx64_12102_client\client after extracting the zip file Choose Administrator and click Next. Choose English and click Next. Choose Use Windows Built-in Account and click Next. Set the Oracle Base to...

Notepad++ Silent Install Script

Similarly to the 7-zip silent install script, I also use the following script on my servers during their original build and patching: pushd "\\epmfileserver\share\utilities" npp.6.6.9.Installer.exe /S popd I’m not sure if any of you have ever used pushd and popd, but...

7-zip Silent Install Script

I’m just sharing a little script I use to install 7zip in silent mode. pushd "\\epmfileserver.mydomain.com\share\utilities" 7z920-x64.msi /q INSTALLDIR="C:\Program Files\7-Zip" popd I’m not sure if any of you have ever used pushd and popd, but they are pretty handy. The pushd...

Free Software Virtualization: Cameyo (like ThinApp)

I was searching around a few days ago for an opensource or freeware software virtualization tool like Vmware’s ThinApp. I stumbled across Cameyo (http://www.cameyo.com/). This is a pretty nice tool. You start the installation monitoring/listening tool, and it records all of the changes made to...