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

Alexandre Julliard julliard at winehq.org
Fri Oct 26 08:34:44 CDT 2007


Module: wine
Branch: master
Commit: d258484b0b05814e621e7b830b805bc7a7430c44
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d258484b0b05814e621e7b830b805bc7a7430c44

Author: James Hawkins <truiken at gmail.com>
Date:   Thu Oct 25 15:21:12 2007 -0500

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

---

 dlls/msi/tests/install.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c
index 8d262b0..52de3db 100644
--- a/dlls/msi/tests/install.c
+++ b/dlls/msi/tests/install.c
@@ -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"




More information about the wine-cvs mailing list