comparison deploy/win32/sonic-visualiser.wxs @ 910:3404870007c3 2.4-stable

Updates for win32 build - repackaging with Qt5.4 to fix failure to start up properly on 32-bit win8.1
author Chris Cannam
date Wed, 25 Feb 2015 16:21:12 +0000
parents 07c8ee8e1ce8
children
comparison
equal deleted inserted replaced
880:07c8ee8e1ce8 910:3404870007c3
142 Id="QtXml" 142 Id="QtXml"
143 Name="Qt5Xml.dll" 143 Name="Qt5Xml.dll"
144 DiskId="1" 144 DiskId="1"
145 Source="release\Qt5Xml.dll"/> 145 Source="release\Qt5Xml.dll"/>
146 <File 146 <File
147 Id="icudt52" 147 Id="icudt53"
148 Name="icudt52.dll" 148 Name="icudt53.dll"
149 DiskId="1" 149 DiskId="1"
150 Source="release\icudt52.dll"/> 150 Source="release\icudt53.dll"/>
151 <File 151 <File
152 Id="icuin52" 152 Id="icuin53"
153 Name="icuin52.dll" 153 Name="icuin53.dll"
154 DiskId="1" 154 DiskId="1"
155 Source="release\icuin52.dll"/> 155 Source="release\icuin53.dll"/>
156 <File 156 <File
157 Id="icuuc52" 157 Id="icuuc53"
158 Name="icuuc52.dll" 158 Name="icuuc53.dll"
159 DiskId="1" 159 DiskId="1"
160 Source="release\icuuc52.dll"/> 160 Source="release\icuuc53.dll"/>
161 <File 161 <File
162 Id="libgcc" 162 Id="libgcc"
163 Name="libgcc_s_dw2-1.dll" 163 Name="libgcc_s_dw2-1.dll"
164 DiskId="1" 164 DiskId="1"
165 Source="release\libgcc_s_dw2-1.dll"/> 165 Source="release\libgcc_s_dw2-1.dll"/>
226 226
227 <UI> 227 <UI>
228 <UIRef Id="WixUI_InstallDir" /> 228 <UIRef Id="WixUI_InstallDir" />
229 <UIRef Id="WixUI_ErrorProgressText" /> 229 <UIRef Id="WixUI_ErrorProgressText" />
230 </UI> 230 </UI>
231 231
232 <Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONFOLDER" /> 232 <Property Id="WIXUI_INSTALLDIR" Value="APPLICATIONFOLDER" />
233 <Property Id="WIXUI_DONTVALIDATEPATH" Value="1" />
233 <Property Id="ApplicationFolderName" Value="Sonic Visualiser" /> 234 <Property Id="ApplicationFolderName" Value="Sonic Visualiser" />
234 <Property Id="WixAppFolder" Value="WixPerMachineFolder" /> 235 <Property Id="WixAppFolder" Value="WixPerMachineFolder" />
235 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" /> 236 <WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
236 237
237 <Icon Id="winicon.ico" SourceFile="icons/sv-winicon.ico"/> 238 <Icon Id="winicon.ico" SourceFile="icons/sv-winicon.ico"/>