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

This commit is contained in:
James Hawkins 2007-10-25 15:21:12 -05:00 committed by Alexandre Julliard
parent 5169d04ec2
commit d258484b0b
1 changed files with 2 additions and 1 deletions

View File

@ -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"