OSDN Git Service

PATCH: [ 1436127 ] Add VS2003 runtimes to installer
authorKimmo Varis <kimmov@gmail.com>
Thu, 23 Feb 2006 20:53:38 +0000 (20:53 +0000)
committerKimmo Varis <kimmov@gmail.com>
Thu, 23 Feb 2006 20:53:38 +0000 (20:53 +0000)
12 files changed:
Installer/InnoSetup/Changes.txt
Installer/InnoSetup/Runtimes/atla.dll [deleted file]
Installer/InnoSetup/Runtimes/atlu.dll [deleted file]
Installer/InnoSetup/Runtimes/mfc42.dll [deleted file]
Installer/InnoSetup/Runtimes/mfc42u.dll [deleted file]
Installer/InnoSetup/Runtimes/mfc71.dll [new file with mode: 0755]
Installer/InnoSetup/Runtimes/mfc71u.dll [new file with mode: 0755]
Installer/InnoSetup/Runtimes/msvcp71.dll [new file with mode: 0755]
Installer/InnoSetup/Runtimes/msvcr71.dll [new file with mode: 0755]
Installer/InnoSetup/Runtimes/msvcrt.dll [deleted file]
Installer/InnoSetup/Runtimes/oleaut32.dll [deleted file]
Installer/InnoSetup/WinMerge.iss

index 5afb697..24e2fe0 100755 (executable)
@@ -1,3 +1,10 @@
+2006-02-23 Kimmo
+ PATCH: [ 1436127 ] Add VS2003 runtimes to installer
+  InnoSetup: WinMerge.iss
+  InnoSetup/Runtimes new files: mfc71.dll mfc71u.dll msvcp71.dll msvcr71.dll
+  InnoSetup/Runtimes deleted files: atla.dll atlu.dll mfc42.dll mfc42u.dll
+   msvcrt.dll oleaut32.dll
+
 2006-02-21 Kimmo
  PATCH: [ 1435514 ] Minor tweaks for installer
   InnoSetup: WinMerge.iss
diff --git a/Installer/InnoSetup/Runtimes/atla.dll b/Installer/InnoSetup/Runtimes/atla.dll
deleted file mode 100755 (executable)
index 6e28193..0000000
Binary files a/Installer/InnoSetup/Runtimes/atla.dll and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/atlu.dll b/Installer/InnoSetup/Runtimes/atlu.dll
deleted file mode 100755 (executable)
index efaa79d..0000000
Binary files a/Installer/InnoSetup/Runtimes/atlu.dll and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/mfc42.dll b/Installer/InnoSetup/Runtimes/mfc42.dll
deleted file mode 100755 (executable)
index e64c87d..0000000
Binary files a/Installer/InnoSetup/Runtimes/mfc42.dll and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/mfc42u.dll b/Installer/InnoSetup/Runtimes/mfc42u.dll
deleted file mode 100755 (executable)
index bec5886..0000000
Binary files a/Installer/InnoSetup/Runtimes/mfc42u.dll and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/mfc71.dll b/Installer/InnoSetup/Runtimes/mfc71.dll
new file mode 100755 (executable)
index 0000000..ebfbc32
Binary files /dev/null and b/Installer/InnoSetup/Runtimes/mfc71.dll differ
diff --git a/Installer/InnoSetup/Runtimes/mfc71u.dll b/Installer/InnoSetup/Runtimes/mfc71u.dll
new file mode 100755 (executable)
index 0000000..9e5a3bb
Binary files /dev/null and b/Installer/InnoSetup/Runtimes/mfc71u.dll differ
diff --git a/Installer/InnoSetup/Runtimes/msvcp71.dll b/Installer/InnoSetup/Runtimes/msvcp71.dll
new file mode 100755 (executable)
index 0000000..9ed0d17
Binary files /dev/null and b/Installer/InnoSetup/Runtimes/msvcp71.dll differ
diff --git a/Installer/InnoSetup/Runtimes/msvcr71.dll b/Installer/InnoSetup/Runtimes/msvcr71.dll
new file mode 100755 (executable)
index 0000000..9d9e028
Binary files /dev/null and b/Installer/InnoSetup/Runtimes/msvcr71.dll differ
diff --git a/Installer/InnoSetup/Runtimes/msvcrt.dll b/Installer/InnoSetup/Runtimes/msvcrt.dll
deleted file mode 100755 (executable)
index eabeedb..0000000
Binary files a/Installer/InnoSetup/Runtimes/msvcrt.dll and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/oleaut32.dll b/Installer/InnoSetup/Runtimes/oleaut32.dll
deleted file mode 100755 (executable)
index 32fea23..0000000
Binary files a/Installer/InnoSetup/Runtimes/oleaut32.dll and /dev/null differ
index ff21ea7..3900610 100755 (executable)
@@ -340,17 +340,10 @@ Source: ..\Docs\Users\Files.txt; DestDir: {app}; Flags: promptifolder; Component
 ; We still need APPHelp.dll!
 
 ; begin VC system files
-
-;Atl.dll
-Source: Runtimes\Atla.dll; DestDir: {sys}; Destname: Atl.dll; Flags: restartreplace uninsneveruninstall regserver sharedfile; MinVersion: 4, 0; Components: Runtimes
-Source: Runtimes\Atlu.dll; DestDir: {sys}; Destname: Atl.dll; Flags: restartreplace uninsneveruninstall regserver sharedfile; MinVersion: 0, 4; Components: Runtimes
-
-Source: Runtimes\mfc42.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver sharedfile; Components: Runtimes
-Source: Runtimes\mfc42u.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver sharedfile; MinVersion: 0, 4; Components: Runtimes
-
-Source: Runtimes\msvcrt.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Runtimes
-
-Source: Runtimes\OleAut32.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver sharedfile; Components: Runtimes
+Source: Runtimes\mfc71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver sharedfile; Components: Runtimes
+Source: Runtimes\mfc71u.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver sharedfile; MinVersion: 0, 4; Components: Runtimes
+Source: Runtimes\msvcr71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Runtimes
+Source: Runtimes\msvcp71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver sharedfile; Components: Runtimes
 ; end VC system files
 
 Source: ..\Build\MergeRelease\ShellExtension.dll; DestDir: {app}; Flags: regserver uninsrestartdelete restartreplace promptifolder; MinVersion: 4, 0