refs #4974 New icons and removed Server (srv)
BIN
icons/com.ico
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
icons/enc.ico
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
icons/ent.ico
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
icons/eti.ico
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 4.1 KiB |
BIN
icons/lab.ico
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
icons/tpv.ico
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 2.5 KiB |
20
setup.iss
|
@ -99,9 +99,6 @@ Name: "eti"; \
|
|||
Name: "lab"; \
|
||||
Description: "Laboral"; \
|
||||
Types: full
|
||||
Name: "srv"; \
|
||||
Description: "Server"; \
|
||||
Types: full
|
||||
Name: "vn"; \
|
||||
Description: "Library"; \
|
||||
Types: full
|
||||
|
@ -143,16 +140,10 @@ Name: "{group}\Laboral"; \
|
|||
IconFileName: "{app}\icons\lab.ico"; \
|
||||
FileName: "{app}\vn-access.hta"; \
|
||||
WorkingDir: "{app}"
|
||||
Name: "{group}\Server"; \
|
||||
Parameters: "srv"; \
|
||||
Components: srv; \
|
||||
IconFileName: "{app}\icons\enc.ico"; \
|
||||
FileName: "{app}\vn-access.hta"; \
|
||||
WorkingDir: "{app}"
|
||||
Name: "{group}\Library"; \
|
||||
Parameters: "vn"; \
|
||||
Components: vn; \
|
||||
IconFileName: "{app}\icons\enc.ico"; \
|
||||
IconFileName: "{app}\icons\vn.ico"; \
|
||||
FileName: "{app}\vn-access.hta"; \
|
||||
WorkingDir: "{app}"
|
||||
|
||||
|
@ -200,17 +191,10 @@ Name: "{commondesktop}\Laboral"; \
|
|||
FileName: "{app}\vn-access.hta"; \
|
||||
WorkingDir: "{app}"; \
|
||||
Tasks: desktopicon
|
||||
Name: "{commondesktop}\Server"; \
|
||||
Parameters: "srv"; \
|
||||
Components: srv; \
|
||||
IconFileName: "{app}\icons\enc.ico"; \
|
||||
FileName: "{app}\vn-access.hta"; \
|
||||
WorkingDir: "{app}"; \
|
||||
Tasks: desktopicon
|
||||
Name: "{commondesktop}\Library"; \
|
||||
Parameters: "vn"; \
|
||||
Components: vn; \
|
||||
IconFileName: "{app}\icons\enc.ico"; \
|
||||
IconFileName: "{app}\icons\vn.ico"; \
|
||||
FileName: "{app}\vn-access.hta"; \
|
||||
WorkingDir: "{app}"; \
|
||||
Tasks: desktopicon
|
||||
|
|