Veeam FastSCP3 on Windows 7 X64


image

If you try to install Veeam FastSCP3 on Windows 7 X64. You’ll get the following error:

veeam_fastscp3_win7_error

I asked a question about this error in the Veeam Forums: http://forum.veeam.com.

Gostev suggested the following:

the workaround is to hack installation package and remove OS version check (if you know how to do this) :wink:

So this is exactly what i did. I found a script on this page: http://lazynetworkadmin.com. This script does exactly what i needed. It removes the OS Version Check from the MSI.

These are the steps:

  1. Download Veeam FastSCP 3 from here: http://www.veeam.com
  2. Extract the zip file.
  3. Download winrar and extract the veeam_fastscp_3.0.exe.
  4. Get the scrtipt from: http://lazynetworkadmin.com and save it on the desktop.
  5. Grab the extracted FastSCPSetup.msi and drop it on the script. After a couple of seconds, the following screens will popup: 
    image     image  image image
  6. You can install FastSCP 3 by running the FastSCPSetup.msi.
Advertisement

Microsoft: New Vista (x64) Fixes


Bink melde vandaag op zijn site dat er weer een aantal fixes beschikbaar zijn voor Windows Vista. Hieronder vind je een lijst met fixes.

Windows Vista x64

Update for Windows Vista for x64-based Systems (KB945149)

Install this update to improve the graphics performance for multiple Graphics Processing Unit (GPU) scenarios on a system running Windows Vista.

Update for Windows Vista for x64-based Systems (KB945435)

Install this update to resolve an issue where delays are experienced while accessing a WebDAV share for the first time on a system running Windows Vista.

Update for Windows Vista for x64-based Systems (KB945145)

Install this update to resolve an issue where a user is prompted for Windows Live Passport credentials every time a document is accessed on a WebDAV site from a new workspace.

Update for Windows Vista for x64-based Systems (KB938660)

Install this update to resolve a performance issue on Windows Presentation Foundation (WPF)-based programs on a system running Windows Vista.

Windows Vista 32Bit

Update for Windows Vista (KB945149)

Install this update to improve the graphics performance for multiple Graphics Processing Unit (GPU) scenarios on a system running Windows Vista.

Update for Windows Vista (KB938660)

Install this update to resolve a performance issue on Windows Presentation Foundation (WPF)-based programs on a system running Windows Vista.

Update for Windows Vista (KB945435)

Install this update to resolve an issue where delays are experienced while accessing a WebDAV share for the first time on a system running Windows Vista.

Update for Windows Vista (KB944652)

Install this update to resolve an issue in administrative MMC snap-ins where icons display incorrectly on a Windows Vista-based computer with Windows Server 2003 Administration Tools Pack installed.

Update for Windows Vista (KB945145)

Install this update to resolve an issue where a user is prompted for Windows Live Passport credentials every time a document is accessed on a WebDAV site from a new workspace.

 

Bron: http://bink.nu/news/new-windows-fixes-available.aspx

How to: Run the new VI client on Windows X64


Sinds de komst van VMware ESX 3.5 en VirtualCenter 2.5, was het niet meer mogelijk om de VI client te gebruiken onder Windows X64.

Gelukkig poste de user “mcadler” de oplossing in de volgende thread: http://communities.vmware.com/message/821756#821756.

De volgende goodies heb je nodig om het voor elkaar te krijgen:

  1. Orca: http://www.technipages.com/download-orca-msi-editor.html
  2. Corflags.exe dit is een onderdeel van de NET Framework 2.0 Software Development Kit (SDK) (x64): http://www.microsoft.com/downloads/

Nadat je deze twee tools gedownload en “geïnstalleerd hebt, kunnen we aan de slag.

Start de VI client setup. Zodra het volgende scherm verschijnt Druk je niet op OK of sluiten.

viclienterrorx64

Zoek nu de VMware Infrastructure Client 2.5.msi file op en kopieer deze naar bijvoorbeeld je bureablad.

viclienterrorx64_1

Start ORCA op en open de VMware Infrastructure Client 2.5.msi.

Open nu de table InstallExecuteSequence. Daarna zoek je de volgende regel LaunchConditions en verwijder je deze.

viclienterrorx64_2

Dit zelfde doe je voor de volgende table: InstallUISequence en daar verwijder je LaunchConditions.

viclienterrorx64_3

Vervolgens sla je de MSI file op en start je deze om de installatie te beginnen. In Vista heb je Administrator rechten nodig. Dit kun je doen door de Commandprompt te openen als Administrator en het volgende commando uit te voeren: msiexec /i “VMware Infrastructure Client 2.5 x64.msi”

viclienterrorx64_4

Nadat de installatie klaar is kun je de VI client gewoon gebruiken alleen loop je tegen veel foutmelding aan.

Dit los je als volgt op:

Open de commandprompt. Browse naar de volgende directory: C:\Program Files\Microsoft.NET\SDK\v2.0 64bit\Bin\ hier vind je de tool corflags.exe.

Voer nu het volgende commando uit: corflags “C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe” /32BIT+

Vanaf nu kun je de VI client gewoon gebruiken onder een Windows X64 OS.

Bron: http://www.dabcc.com/article.aspx?id=6826