![]() |
|
|||||||
| Technical threads All discussions about technical issues |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
||||
|
||||
|
OK, it still fired up the c++ redist installation? It could of course be part of the CloD installation...
Lets keep trial and error - how about adding a line in the VCRedist part with: "IgnoreExitCode" "1" Just guessing that could ignore the fact that it "fails"... If that fails I could write a silly c++ program that returns a 0 as exit code that you could put in %INSTALLDIR%\\redist\\VCRedist\\vcredist_x86.exe EDIT: Wrote an amazing version of vcredist_x86.exe that will always work https://sites.google.com/site/mazexx...edirects=0&d=1 This is the code it runs (a default empty c++ project): Code:
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
__________________
i7 2600k @ 4.5 | GTX580 1.5GB (latest drivers) | P8Z77-V Pro MB | 8GB DDR3 1600 Mhz | SSD (OS) + Raptor 150 (Games) + 1TB WD (Extra) | X-Fi Fatality Pro (PCI) | Windows 7 x64 | TrackIR 4 | G940 Hotas Last edited by mazex; 10-15-2012 at 09:29 PM. |
|
#2
|
|||
|
|||
|
Hi,
tried your "program", but still no luck. Clod wont start... |
|
#3
|
|||
|
|||
|
Any news concerning the Win8 issue?
|
|
#4
|
|||
|
|||
|
Same thing...waiting update
|
|
#5
|
|||
|
|||
|
Are there any plans to solve this? I didn't read anything about it.
|
|
#6
|
|||
|
|||
|
I can't believe there is not a sticky saying do not install Windows 8 if you want to keep playing IL2 COD. Has one of the developers even commented on this issue in the forums?
The .NET Framework 4.5 is a highly compatible, in-place update to the .NET Framework 4. By using the .NET Framework 4.5 together with the C#, Visual Basic, or F# programming language, you can write Windows apps. The .NET Framework 4.5 includes significant language and framework enhancements for C#, Visual Basic, and F# (so that you can more easily write asynchronous code), the blending of control flow in synchronous code, a responsive UI, and web app scalability . The .NET Framework 4.5 adds substantial improvements to other functional areas such as ASP.NET, Managed Extensibility Framework, Windows Communication Foundation, Windows Workflow Foundation, and Windows Identity Foundation. The .NET Framework 4.5 delivers better performance, reliability, and security. ![]() I found this on redirecting assembly versions http://msdn.microsoft.com/en-us/library/7wd6ex19.aspx |
|
#7
|
|||
|
|||
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|