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