![]() |
|
Technical threads All discussions about technical issues |
|
Thread Tools | Display Modes |
#11
|
||||
|
||||
![]()
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. |
Thread Tools | |
Display Modes | |
|
|