From edd3d4f4a64efbc05f21d5f98b0facecd4cd2dbe Mon Sep 17 00:00:00 2001 From: Lucio Maranta Date: Fri, 10 May 2019 08:32:20 +0200 Subject: [PATCH] Added fanuc scripts --- Step/SetupActive.iss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Step/SetupActive.iss b/Step/SetupActive.iss index 5865e9bd..7631ae03 100644 --- a/Step/SetupActive.iss +++ b/Step/SetupActive.iss @@ -14,9 +14,10 @@ #define MyAppURL "https://www.scmgroup.com/it/cms" #define MyAppExeName "Active.exe" +#define ProjectPath "C:\Workspace\CMS_STEP\Step\" #define MySourcePath "C:\Workspace\CMS_STEP\Step\bin" #define WwwRootPath "C:\Workspace\CMS_STEP\Step\wwwroot" -#define IconsPath "C:\Workspace\CMS_STEP\Step\Desktop_Link\" +#define IconsPath "C:\Workspace\CMS_STEP\Step\Desktop_Link\" #define SCMIcoName "SCM.ico" #define MyOtherAppPath "C:\CMS" #define SinumerikPath1 "{pf}\Siemens\Sinumerik\HMIsl\siemens\sinumerik\hmi\autostart\" @@ -111,7 +112,7 @@ Source: "{#MySourcePath}\*.dll"; DestDir: "{app}"; Flags: ignoreversion; Compone Source: "{#MySourcePath}\*.xml"; DestDir: "{app}"; Flags: ignoreversion; Components: Demo Fanuc Osai Siemens Source: "{#MySourcePath}\*.config"; DestDir: "{app}"; Flags: ignoreversion; Components: Demo Fanuc Osai Siemens ; Configuration files -Source: "{#MySourcePath}\Config\*.xml"; DestDir: "{app}\Config\"; Flags: ignoreversion; Components: Demo Fanuc Osai Siemens +Source: "{#MySourcePath}\Config\*.xml"; DestDir: "{app}\Config\"; Flags: confirmoverwrite ignoreversion; Components: Demo Fanuc Osai Siemens ; Osai Library Source: "{#MySourcePath}\CndexLinkDotNet.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: Osai ; Languages @@ -135,6 +136,9 @@ Source: {#IconsPath}{#SCMIcoName}; DestDir: "{app}"; Flags: ignoreversion; Compo Source: {#DotNetInstallerPath}\{#DotNetInstallerName}; DestDir: {tmp}; Flags: deleteafterinstall; ;Check: FrameworkIsNotInstalled Source: {#MariaDBInstallerPath}\{#MariaDBInstallerName}; DestDir: {tmp}; Flags: deleteafterinstall; + +; Fanuc scripts +Source: "{#ProjectPath}Utility\*"; DestDir: "..\{app}\Utility\"; Flags: recursesubdirs ignoreversion; Components: Fanuc [Icons] ; Default icons