From: regrain Date: Mon, 12 Dec 2005 15:48:25 +0000 (+0000) Subject: * Fix bug for the installed files X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2608da21dbb1ae5329d0b9a37f78258b70b7e4b7;p=gdcm.git * Fix bug for the installed files -- BeNours --- 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