Kaydet (Commit) 266250d9 authored tarafından Ingo Schmidt's avatar Ingo Schmidt

native309 #i111420# exchange of vcredist

üst 6d044a66
...@@ -29,32 +29,9 @@ ...@@ -29,32 +29,9 @@
#if defined(WITH_VC_REDIST) #if defined(WITH_VC_REDIST)
// WindowsCustomAction gid_Customaction_InstallRuntime
// Name = "InstallRuntime";
// Typ = "98";
// Source = "SystemFolder";
// Target = "[SourceDir]redist\vcredist_x86.exe /qb";
// Inbinarytable = 0;
// Styles = (NO_FILE);
// Assignment1 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH", "ExecuteAction");
// // Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH", "FileCost");
// End
// WindowsCustomAction gid_Customaction_InstallRuntime_X64
// Name = "InstallRuntimeX64";
// Typ = "98";
// Source = "SystemFolder";
// Target = "[SourceDir]redist\vcredist_x64.exe /qb";
// Inbinarytable = 0;
// Styles = (NO_FILE);
// Assignment1 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH And VersionNT64", "ExecuteAction");
// // Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH And VersionNT64", "FileCost");
// End
ScpAction scp_Copy_vcredist_x86 ScpAction scp_Copy_vcredist_x86
#if defined(BUILD_SPECIAL) #if defined(BUILD_SPECIAL)
Copy = "vcredist_x86_9.0.21022.218.exe"; Copy = "vcredist_x86_9.0.30729.4148.exe";
#else #else
Copy = "vcredist_x86.exe"; Copy = "vcredist_x86.exe";
#endif #endif
...@@ -63,7 +40,11 @@ ScpAction scp_Copy_vcredist_x86 ...@@ -63,7 +40,11 @@ ScpAction scp_Copy_vcredist_x86
End End
ScpAction scp_Copy_vcredist_x64 ScpAction scp_Copy_vcredist_x64
#if defined(BUILD_SPECIAL)
Copy = "vcredist_x64_9.0.30729.4148.exe";
#else
Copy = "vcredist_x64.exe"; Copy = "vcredist_x64.exe";
#endif
Name = "vcredist_x64.exe"; Name = "vcredist_x64.exe";
Subdir = "redist"; Subdir = "redist";
End End
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment