Skip to content

Instantly share code, notes, and snippets.

View baldurk's full-sized avatar
👩‍⚕️
Working on RenderDoc

Baldur Karlsson baldurk

👩‍⚕️
Working on RenderDoc
  • 02:37 (UTC +01:00)
View GitHub Profile
@baldurk
baldurk / wix-bootstrap-download-vcredist-sample.wxs
Created February 24, 2025 16:45 — forked from nathancorvussolis/wix-bootstrap-download-vcredist-sample.wxs
Visual C++ 2015-2022 Redistributable - 14.36.32532
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Bundle
Name="Example Product"
Version="1.2.3.4"
Manufacturer="John Doe"
Copyright="© 2023 John Doe"