|
28 | 28 | <MediaTemplate EmbedCab="yes" CompressionLevel="high" />
|
29 | 29 | <Icon Id="web_eid.exe" SourceFile="$(var.app_path)" />
|
30 | 30 | <Property Id="ARPPRODUCTICON" Value="web_eid.exe" />
|
31 |
| - <Property Id="APPLICATIONNAME" Value="web-eid" /> |
32 | 31 | <Property Id="CHROMEINSTALL" Value="1" />
|
33 | 32 | <Property Id="CHROMEPOLICY" Value="0" />
|
34 | 33 | <Property Id="EDGEINSTALL" Value="1" />
|
|
70 | 69 | </InstallExecuteSequence>
|
71 | 70 |
|
72 | 71 | <StandardDirectory Id="ProgramFiles6432Folder">
|
73 |
| - <Directory Id="APPLICATIONFOLDER" Name="Web eID"> |
74 |
| - <Component Id="Application" Guid="9b61583c-308f-435d-b221-c2f250271c7c"> |
75 |
| - <File Source="$(var.app_path)" KeyPath="yes" /> |
| 72 | + <Directory Id="INSTALLFOLDER" Name="Web eID"> |
| 73 | + <File Source="$(var.app_path)" /> |
76 | 74 | <?ifdef var.qt_path ?>
|
77 |
| - <File Source="$(var.VCPATH)\msvcp140$(var.qt_suffix).dll" /> |
78 |
| - <File Source="$(var.VCPATH)\vcruntime140$(var.qt_suffix).dll" /> |
79 |
| -<?if $(sys.BUILDARCH) = x64 ?> |
80 |
| - <File Source="$(var.VCPATH)\vcruntime140_1$(var.qt_suffix).dll" /> |
81 |
| - <File Source="$(var.VCPATH)\msvcp140_1$(var.qt_suffix).dll" /> |
82 |
| - <File Source="$(var.VCPATH)\msvcp140_2$(var.qt_suffix).dll" /> |
| 75 | + <File Source="$(var.VCPATH)\msvcp140$(var.qt_suffix).dll" /> |
| 76 | + <File Source="$(var.VCPATH)\msvcp140_1$(var.qt_suffix).dll" /> |
| 77 | + <File Source="$(var.VCPATH)\msvcp140_2$(var.qt_suffix).dll" /> |
| 78 | + <File Source="$(var.VCPATH)\vcruntime140$(var.qt_suffix).dll" /> |
| 79 | +<?if $(sys.BUILDARCH) != x86 ?> |
| 80 | + <File Source="$(var.VCPATH)\vcruntime140_1$(var.qt_suffix).dll" /> |
83 | 81 | <?endif?>
|
84 |
| - <File Source="$(var.ssl_path)\libcrypto-3$(var.ssl_suffix).dll" /> |
85 |
| - <File Source="$(var.ssl_path)\libssl-3$(var.ssl_suffix).dll" /> |
86 |
| - <File Source="$(var.qt_path)\Qt6Core$(var.qt_suffix).dll" /> |
87 |
| - <File Source="$(var.qt_path)\Qt6Gui$(var.qt_suffix).dll" /> |
88 |
| - <File Source="$(var.qt_path)\Qt6Network$(var.qt_suffix).dll" /> |
89 |
| - <File Source="$(var.qt_path)\Qt6Svg$(var.qt_suffix).dll" /> |
90 |
| - <File Source="$(var.qt_path)\Qt6Widgets$(var.qt_suffix).dll" /> |
91 |
| - <File Source="$(var.qt_path)\D3DCompiler_47.dll" /> |
92 |
| - <File Source="$(var.qt_path)\opengl32sw.dll" /> |
93 |
| - <File Source="$(var.qt_path)\Qt6SvgWidgets$(var.qt_suffix).dll" /> |
| 82 | + <File Source="$(var.ssl_path)\libcrypto-3$(var.ssl_suffix).dll" /> |
| 83 | + <File Source="$(var.ssl_path)\libssl-3$(var.ssl_suffix).dll" /> |
| 84 | + <File Source="$(var.qt_path)\Qt6Core$(var.qt_suffix).dll" /> |
| 85 | + <File Source="$(var.qt_path)\Qt6Gui$(var.qt_suffix).dll" /> |
| 86 | + <File Source="$(var.qt_path)\Qt6Network$(var.qt_suffix).dll" /> |
| 87 | + <File Source="$(var.qt_path)\Qt6Svg$(var.qt_suffix).dll" /> |
| 88 | + <File Source="$(var.qt_path)\Qt6Widgets$(var.qt_suffix).dll" /> |
| 89 | + <File Source="$(var.qt_path)\D3DCompiler_47.dll" /> |
| 90 | + <File Source="$(var.qt_path)\opengl32sw.dll" /> |
| 91 | + <File Source="$(var.qt_path)\Qt6SvgWidgets$(var.qt_suffix).dll" /> |
| 92 | + <Directory Id="platforms" Name="platforms"> |
| 93 | + <File Source="$(var.qt_path)\..\plugins\platforms\qwindows$(var.qt_suffix).dll" /> |
| 94 | + </Directory> |
| 95 | + <Directory Id="styles" Name="styles"> |
| 96 | + <File Source="$(var.qt_path)\..\plugins\styles\qwindowsvistastyle$(var.qt_suffix).dll" /> |
| 97 | + </Directory> |
| 98 | + <Directory Id="imageformats" Name="imageformats"> |
| 99 | + <File Source="$(var.qt_path)\..\plugins\imageformats\qsvg$(var.qt_suffix).dll" /> |
| 100 | + </Directory> |
| 101 | + <Directory Id="tls" Name="tls"> |
| 102 | + <File Source="$(var.qt_path)\..\plugins\tls\qopensslbackend$(var.qt_suffix).dll" /> |
| 103 | + </Directory> |
94 | 104 | <?endif?>
|
95 |
| - </Component> |
96 | 105 | <Component Id="ChromeEdge" Transitive="yes" Condition="(CHROMEINSTALL = 1 OR EDGEINSTALL = 1)">
|
97 | 106 | <File Source="$(var.json)" />
|
98 | 107 | <RegistryValue Root="HKLM" Type="string" Value="[APPLICATIONFOLDER]eu.webeid.json"
|
|
103 | 112 | <RegistryValue Root="HKLM" Type="string" Value="[APPLICATIONFOLDER]eu.webeid.firefox.json"
|
104 | 113 | Key="SOFTWARE\Mozilla\NativeMessagingHosts\eu.webeid" />
|
105 | 114 | </Component>
|
106 |
| -<?ifdef var.qt_path ?> |
107 |
| - <Directory Id="platforms" Name="platforms"> |
108 |
| - <Component Id="qwindows.dll"> |
109 |
| - <File Source="$(var.qt_path)\..\plugins\platforms\qwindows$(var.qt_suffix).dll" /> |
110 |
| - </Component> |
111 |
| - </Directory> |
112 |
| - <Directory Id="styles" Name="styles"> |
113 |
| - <Component Id="qwindowsvistastyle.dll"> |
114 |
| - <File Source="$(var.qt_path)\..\plugins\styles\qwindowsvistastyle$(var.qt_suffix).dll" /> |
115 |
| - </Component> |
116 |
| - </Directory> |
117 |
| - <Directory Id="imageformats" Name="imageformats"> |
118 |
| - <Component Id="imageformats.dll"> |
119 |
| - <File Source="$(var.qt_path)\..\plugins\imageformats\qsvg$(var.qt_suffix).dll" /> |
120 |
| - </Component> |
121 |
| - </Directory> |
122 |
| - <Directory Id="tls" Name="tls"> |
123 |
| - <Component Id="qopensslbackend.dll"> |
124 |
| - <File Source="$(var.qt_path)\..\plugins\tls\qopensslbackend$(var.qt_suffix).dll" /> |
125 |
| - </Component> |
126 |
| - </Directory> |
127 |
| -<?endif?> |
128 | 115 | </Directory>
|
129 | 116 | <Component Id="Chrome" Transitive="yes" Condition="(CHROMEINSTALL = 1)" Bitness="always32">
|
130 | 117 | <RegistryValue Root="HKLM" Type="string" Name="update_url"
|
|
155 | 142 | Value="gnmckgbandlkacikdndelhfghdejfido" />
|
156 | 143 | </Component>
|
157 | 144 | </StandardDirectory>
|
158 |
| - |
159 |
| - <Feature Id="Install" Level="1" Title="Web eID" Display="expand" ConfigurableDirectory="APPLICATIONFOLDER"> |
160 |
| - <ComponentRef Id="Application" /> |
161 |
| - <ComponentRef Id="ChromeEdge" /> |
162 |
| - <ComponentRef Id="Chrome" /> |
163 |
| - <ComponentRef Id="ChromePolicy" /> |
164 |
| - <ComponentRef Id="Edge" /> |
165 |
| - <ComponentRef Id="EdgePolicy" /> |
166 |
| - <ComponentRef Id="Firefox" /> |
167 |
| -<?ifdef var.qt_path ?> |
168 |
| - <ComponentRef Id="qwindows.dll" /> |
169 |
| - <ComponentRef Id="qwindowsvistastyle.dll" /> |
170 |
| - <ComponentRef Id="imageformats.dll" /> |
171 |
| - <ComponentRef Id="qopensslbackend.dll" /> |
172 |
| -<?endif?> |
173 |
| - </Feature> |
174 | 145 | </Package>
|
175 | 146 | </Wix>
|
0 commit comments