From 2608da21dbb1ae5329d0b9a37f78258b70b7e4b7 Mon Sep 17 00:00:00 2001 From: regrain Date: Mon, 12 Dec 2005 15:48:25 +0000 Subject: [PATCH] * Fix bug for the installed files -- BeNours --- Builder/gdcm.iss.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Builder/gdcm.iss.in b/Builder/gdcm.iss.in index a4087e17..8ff04692 100644 --- a/Builder/gdcm.iss.in +++ b/Builder/gdcm.iss.in @@ -47,7 +47,7 @@ Source: "${INNO_DATA_DIR}\DICOMDIR"; DestDir: "{app}\data"; ; Python Source: "${INNO_BINARY_DIR}\gdcmPython\*.py"; DestDir: "{app}\gdcmPython"; CopyMode: alwaysoverwrite; Components: python -Source: "${INNO_BINARY_DIR}\gdcmPython\*.pth"; DestDir: "{app}\gdcmPython"; CopyMode: alwaysoverwrite; Components: python +Source: "${INNO_BINARY_DIR}\gdcmPython\InstallOnly\*.pth";DestDir: "{app}\gdcmPython"; CopyMode: alwaysoverwrite; Components: python Source: "${INNO_BINARY_DIR}\gdcmPython\demo\*.py"; DestDir: "{app}\gdcmPython\demo"; CopyMode: alwaysoverwrite; Components: python Source: "${INNO_DATA_DIR}\test.acr"; DestDir: "{app}\gdcmPython\demo"; CopyMode: alwaysoverwrite; Components: python Source: "${INNO_DATA_DIR}\DICOMDIR"; DestDir: "{app}\gdcmPython\demo"; CopyMode: alwaysoverwrite; Components: python @@ -74,6 +74,5 @@ Source: "${INNO_SOURCE_DIR}\Doc\License.txt"; DestDir: "{app}"; Source: "${INNO_SOURCE_DIR}\AUTHORS"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_SOURCE_DIR}\DEVELOPPER"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_SOURCE_DIR}\INSTALL"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Components: core -Source: "${INNO_SOURCE_DIR}\NEWS"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Components: core Source: "${INNO_SOURCE_DIR}\README"; DestDir: "{app}"; CopyMode: alwaysoverwrite; Components: core -- 2.45.1