Update installer + aggiunta elementi grafici
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50">
|
||||
<path d="M 24.90625 1.96875 A 1.0001 1.0001 0 0 0 24.78125 2 A 1.0001 1.0001 0 0 0 24 3 L 24 23.5625 L 16.71875 16.28125 A 1.0001 1.0001 0 0 0 15.78125 16 A 1.0001 1.0001 0 0 0 15.28125 17.71875 L 24.28125 26.71875 A 1.0001 1.0001 0 0 0 25.71875 26.71875 L 34.71875 17.71875 A 1.016466 1.016466 0 1 0 33.28125 16.28125 L 26 23.5625 L 26 3 A 1.0001 1.0001 0 0 0 24.90625 1.96875 z M 9.6875 7 C 8.7552773 7 8.0273614 7.6377344 7.84375 8.53125 L 7.8125 8.53125 L 7.8125 8.59375 L 2.125 33.34375 C 2.0520996 33.549675 2 33.77114 2 34 L 2 44 C 2 45.093063 2.9069372 46 4 46 L 46 46 C 47.093063 46 48 45.093063 48 44 L 48 34 C 48 33.747229 47.931836 33.5052 47.84375 33.28125 L 47.84375 33.21875 C 47.838222 33.205825 47.818292 33.200289 47.8125 33.1875 L 42.1875 8.59375 L 42.1875 8.53125 L 42.15625 8.53125 C 41.972365 7.6364104 41.244723 7 40.3125 7 L 29 7 L 29 9 L 40.21875 9 L 45.46875 32 L 4.46875 32 L 9.78125 9 L 21 9 L 21 7 L 9.6875 7 z M 4 34 L 46 34 L 46 44 L 4 44 L 4 34 z M 40 37 C 38.895 37 38 37.896 38 39 C 38 40.104 38.895 41 40 41 C 41.105 41 42 40.104 42 39 C 42 37.896 41.105 37 40 37 z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
+11
-5
@@ -13,16 +13,22 @@ AppPublisher=Steamware srl
|
||||
AppPublisherURL=http://www.steamware.net
|
||||
AppSupportURL=http://www.steamware.net
|
||||
AppUpdatesURL=http://www.steamware.net
|
||||
DefaultDirName=C:/IoT/Sour
|
||||
DefaultGroupName=SOUR
|
||||
DefaultDirName=C:/IOT/SOUR
|
||||
DefaultGroupName=IOT
|
||||
DisableProgramGroupPage=yes
|
||||
OutputBaseFilename=setup
|
||||
OutputBaseFilename=SOUR_setup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
AppCopyright=Steamware srl 2019+
|
||||
SetupIconFile=userdocs:VisualStudioProject\OPC-UA-REDIS\Graphics\favicon.ico
|
||||
VersionInfoVersion=2.2.1907.255
|
||||
VersionInfoCompany=Steamware srl
|
||||
VersionInfoProductName=SOUR
|
||||
VersionInfoProductVersion=2.2.1907.255
|
||||
|
||||
[Files]
|
||||
Source: "C:\Users\samuele.steamw\Documents\VisualStudioProject\OPC-UA-REDIS\src\SOUR\bin\Release\SOUR.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "C:\Users\samuele.steamw\Documents\VisualStudioProject\OPC-UA-REDIS\src\SOUR\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "userdocs:\VisualStudioProject\OPC-UA-REDIS\src\SOUR\bin\Release\SOUR.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "userdocs:\VisualStudioProject\OPC-UA-REDIS\src\SOUR\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
||||
Reference in New Issue
Block a user