Commit d258484b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Set the ROOTDRIVE property so the admin sequence won't choose its own.

parent 5169d04e
......@@ -140,7 +140,8 @@ static const CHAR property_dat[] = "Property\tValue\n"
"PROMPTROLLBACKCOST\tP\n"
"Setup\tSetup\n"
"UpgradeCode\t{4C0EAA15-0264-4E5A-8758-609EF142B92D}\n"
"AdminProperties\tPOSTADMIN\n";
"AdminProperties\tPOSTADMIN\n"
"ROOTDRIVE\tC:\\\n";
static const CHAR registry_dat[] = "Registry\tRoot\tKey\tName\tValue\tComponent_\n"
"s72\ti2\tl255\tL255\tL0\ts72\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment