X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Builder%2Fgdcm.iss.in;h=8ff046924b06f658c85b96cf181fde04f51c8b76;hb=c1a305b54c1a9dd1bfe2173940ba84ccd1b4bb27;hp=a4087e172d7157de1b2798afc92a62352423f657;hpb=0b30b9fc333ce385128c8492c688df5ae3e08804;p=gdcm.git 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