OSDN Git Service

PATCH: [ 1607375 ] Move runtime files to separate folder in trunk
authorKimmo Varis <kimmov@gmail.com>
Mon, 22 Jan 2007 17:34:50 +0000 (17:34 +0000)
committerKimmo Varis <kimmov@gmail.com>
Mon, 22 Jan 2007 17:34:50 +0000 (17:34 +0000)
12 files changed:
Installer/InnoSetup/Changes.txt
Installer/InnoSetup/Runtimes/Download URLs/7-Zip.URL [deleted file]
Installer/InnoSetup/Runtimes/Download URLs/Comctl32.DLL.URL [deleted file]
Installer/InnoSetup/Runtimes/Download URLs/Internet Explorer.URL [deleted file]
Installer/InnoSetup/WinMerge.iss
Installer/Runtimes/Docs/Comctl32.DLL.mht [moved from Installer/InnoSetup/Runtimes/Docs/Comctl32.DLL.mht with 100% similarity]
Installer/Runtimes/Docs/Inno Setup KB for Visual C++ Distribution.mht [moved from Installer/InnoSetup/Runtimes/Docs/Inno Setup KB for Visual C++ Distribution.mht with 100% similarity]
Installer/Runtimes/Docs/Visual C++ Distribution.mht [moved from Installer/InnoSetup/Runtimes/Docs/Visual C++ Distribution.mht with 100% similarity]
Installer/Runtimes/mfc71.dll [moved from Installer/InnoSetup/Runtimes/mfc71.dll with 100% similarity]
Installer/Runtimes/mfc71u.dll [moved from Installer/InnoSetup/Runtimes/mfc71u.dll with 100% similarity]
Installer/Runtimes/msvcp71.dll [moved from Installer/InnoSetup/Runtimes/msvcp71.dll with 100% similarity]
Installer/Runtimes/msvcr71.dll [moved from Installer/InnoSetup/Runtimes/msvcr71.dll with 100% similarity]

index 4305f4e..2edbd5d 100755 (executable)
@@ -1,3 +1,8 @@
+2007-01-22 Kimmo
+ PATCH: [ 1607375 ] Move runtime files to separate folder in trunk
+  Move InnoSetup/Runtimes folder to Installer/Runtimes
+  Delete Installer/Runtimes/Download URLs folder
+
 2007-01-15 Kimmo
  PATCH: [ 1414233 ] Template ExternalArchiveFormat.ini
   Submitted by Perry
diff --git a/Installer/InnoSetup/Runtimes/Download URLs/7-Zip.URL b/Installer/InnoSetup/Runtimes/Download URLs/7-Zip.URL
deleted file mode 100755 (executable)
index 0f80581..0000000
Binary files a/Installer/InnoSetup/Runtimes/Download URLs/7-Zip.URL and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/Download URLs/Comctl32.DLL.URL b/Installer/InnoSetup/Runtimes/Download URLs/Comctl32.DLL.URL
deleted file mode 100755 (executable)
index fd1c1ed..0000000
Binary files a/Installer/InnoSetup/Runtimes/Download URLs/Comctl32.DLL.URL and /dev/null differ
diff --git a/Installer/InnoSetup/Runtimes/Download URLs/Internet Explorer.URL b/Installer/InnoSetup/Runtimes/Download URLs/Internet Explorer.URL
deleted file mode 100755 (executable)
index 0756f8c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[InternetShortcut]
-URL=http://www.microsoft.com/ie
-Modified=50D21E062208C40135
index bb6915f..a9fba73 100755 (executable)
@@ -324,10 +324,10 @@ Source: ..\..\Docs\Users\Files.txt; DestDir: {app}; Flags: promptifolder; Compon
 ; We still need APPHelp.dll!
 
 ; begin VC system files
-Source: Runtimes\mfc71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Core
-Source: Runtimes\mfc71u.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; MinVersion: 0, 4; Components: Core
-Source: Runtimes\msvcr71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Core
-Source: Runtimes\msvcp71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Core
+Source: ..\Runtimes\mfc71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Core
+Source: ..\Runtimes\mfc71u.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; MinVersion: 0, 4; Components: Core
+Source: ..\Runtimes\msvcr71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Core
+Source: ..\Runtimes\msvcp71.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall sharedfile; Components: Core
 ; end VC system files
 
 Source: ..\..\Build\MergeRelease\ShellExtension.dll; DestDir: {app}; Flags: regserver uninsrestartdelete restartreplace promptifolder; MinVersion: 4, 0; Check: not IsWin64