From 81aae5a4e8a08ece9f1fc323f6a0a435b78d4e55 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Tue, 24 Sep 2013 19:58:46 -0400 Subject: [PATCH] Escape MDSN link weirdness --- msi-transform/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msi-transform/README.md b/msi-transform/README.md index b16b2a5..7d1d741 100644 --- a/msi-transform/README.md +++ b/msi-transform/README.md @@ -6,8 +6,8 @@ If you'd like to test a Boot Camp installation in a VM, a Boot Camp installer wo It's possible (with some difficulty) to obtain the Orca MSI-editing tool from Microsoft to modify the MSI database. However, these database modifications can also be saved to "transform" files and applied using other tools. -Included in this directory is a VBS script, `WiUseXfm.vbs`, copied from the [Windows Installer SDK scripting examples]("http://msdn.microsoft.com/en-ca/library/windows/desktop/aa372865(v=vs.85).aspx"). The `set_nocheck.mst` file is a pre-made transform that only modifies this `NOCHECK` property. This allows you to quickly modify the installer before calling `msiexec`. Here's how you could call this from within this folder: +Included in this directory is a VBS script, `WiUseXfm.vbs`, copied from the [Windows Installer SDK scripting examples](http://msdn.microsoft.com/en-ca/library/windows/desktop/aa372865\(v\=vs.85\).aspx). The `set_nocheck.mst` file is a pre-made transform that only modifies this `NOCHECK` property. This allows you to quickly modify the installer before calling `msiexec`. Here's how you could call this from within this folder: `cscript WiUseXfm.vbs \path\to\Drivers\Apple\BootCamp.msi set_nocheck.mst` -Depending on its general usefulness for testing, this functionality will probably be rolled into brigadier as a command-line option. \ No newline at end of file +Depending on its general usefulness for testing, this functionality will probably be rolled into brigadier as a command-line option.