Skip to content

Commit fa1efa3

Browse files
committed
win/msi: miscellaneous style cleanups
1 parent 4147680 commit fa1efa3

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

tools/msvs/msi/product.wxs

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
Manufacturer="$(var.ProductAuthor)"
1919
UpgradeCode="1d60944c-b9ce-4a71-a7c0-0384eb884baa">
2020

21-
<Package InstallerVersion="200" Compressed="yes" />
21+
<Package InstallerVersion="200" Compressed="yes"/>
2222

23-
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes" />
23+
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes"/>
2424

2525
<MajorUpgrade AllowSameVersionUpgrades="yes"
26-
DowngradeErrorMessage="A later version of node.js is already installed. Setup will now exit." />
26+
DowngradeErrorMessage="A later version of node.js is already installed. Setup will now exit."/>
2727

28-
<Icon Id="node.exe" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
29-
<Property Id="ARPPRODUCTICON" Value="node.exe" />
30-
<Property Id="ApplicationFolderName" Value="nodejs" />
31-
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
28+
<Icon Id="NodeIcon" SourceFile="$(var.RepoDir)\src\res\node.ico"/>
29+
<Property Id="ARPPRODUCTICON" Value="NodeIcon"/>
30+
<Property Id="ApplicationFolderName" Value="nodejs"/>
31+
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR"/>
3232

3333
<Property Id="INSTALLDIR">
3434
<RegistrySearch Id="InstallPathRegistry"
@@ -238,22 +238,22 @@
238238
</DirectoryRef>
239239

240240
<UI Id="NodeInstallUI">
241-
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
242-
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
243-
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
244-
245-
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
246-
<Property Id="WixUI_Mode" Value="FeatureTree" />
247-
248-
<DialogRef Id="ErrorDlg" />
249-
<DialogRef Id="FatalError" />
250-
<DialogRef Id="FilesInUse" />
251-
<DialogRef Id="MsiRMFilesInUse" />
252-
<DialogRef Id="PrepareDlg" />
253-
<DialogRef Id="ProgressDlg" />
254-
<DialogRef Id="ResumeDlg" />
255-
<DialogRef Id="UserExit" />
256-
<DialogRef Id="WelcomeDlg" />
241+
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8"/>
242+
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12"/>
243+
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes"/>
244+
245+
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal"/>
246+
<Property Id="WixUI_Mode" Value="FeatureTree"/>
247+
248+
<DialogRef Id="ErrorDlg"/>
249+
<DialogRef Id="FatalError"/>
250+
<DialogRef Id="FilesInUse"/>
251+
<DialogRef Id="MsiRMFilesInUse"/>
252+
<DialogRef Id="PrepareDlg"/>
253+
<DialogRef Id="ProgressDlg"/>
254+
<DialogRef Id="ResumeDlg"/>
255+
<DialogRef Id="UserExit"/>
256+
<DialogRef Id="WelcomeDlg"/>
257257
<DialogRef Id="LicenseAgreementDlg"/>
258258
<DialogRef Id="InstallDirDlg"/>
259259
<DialogRef Id="BrowseDlg"/>
@@ -281,14 +281,14 @@
281281
<Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog" Value="InstallDirDlg" Order="2">NOT Installed</Publish>
282282
<Publish Dialog="CustomizeDlg" Control="Next" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
283283

284-
<Property Id="ARPNOMODIFY" Value="1" />
285-
<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed." />
284+
<Property Id="ARPNOMODIFY" Value="1"/>
285+
<Property Id="WIXUI_EXITDIALOGOPTIONALTEXT" Value="Node.js has been succesfully installed."/>
286286
</UI>
287287

288-
<UIRef Id="WixUI_Common" />
289-
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg" />
290-
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg" />
291-
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\LICENSE.rtf" />
288+
<UIRef Id="WixUI_Common"/>
289+
<WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.jpg"/>
290+
<WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.jpg"/>
291+
<WixVariable Id="WixUILicenseRtf" Value="$(var.SourceDir)\LICENSE.rtf"/>
292292
</Product>
293293

294294
</Wix>

0 commit comments

Comments
 (0)