View Single Post
Old 11-22-11, 12:29 PM   #1213
Loltak
Seaman
 
Join Date: Mar 2010
Posts: 37
Downloads: 62
Uploads: 0
Default

Quote:
Originally Posted by Gnat View Post
Thanks oakdesign
The

Add


Fixed my annoying Win7-64 game launching issue.
(Steam)
Have the same kind of problem with my version, Steam wants to instant framework 2. Has it not necessary on my vista 32 bits i found a "dirty" workaround.

In the "48110_install.vdf" at the SH5 root directory, i delete all reference to the framework installation:
Quote:
"WindowsInstaller_x86"
{
"Requirement_OS"
{
"Is64BitWindows" "0"
}
"Process 1" "%INSTALLDIR%\\redist\\WindowsInstaller\\Win32\\Ne tFx20SP1_x86.exe"
"Command 1" "/q"
"NoCleanUp" "1"
}
"WindowsInstaller_x64"
{
"Requirement_OS"
{
"Is64BitWindows" "1"
}
"Process 1" "%INSTALLDIR%\\redist\\WindowsInstaller\\Win64\\Ne tFx20SP1_x64.exe"
"Command 1" "/q"
"NoCleanUp" "1"
}
Loltak is offline   Reply With Quote