|
From: Tore B. <tb...@Cr...> - 2004-05-12 21:35:41
|
Here is what seems to be doing it: <Registry Root=3D"HKLM" Key=3D"Software\Credant\Gatekeeper" Name=3D"*" Id=3D"RCMGGK"/> The old version accepted this, and new that it meant to delete the entire key in an uninstall. The current version blows. If I change this line to... <Registry Root=3D"HKLM" Key=3D"Software\Credant\Gatekeeper" Name=3D"*" Id=3D"RCMGGK" Action=3D"removeKey"/> ...then the line is accepted. Now I have to see if using the Action attribute messes anything else up. Regards, Tore > -----Original Message----- > From: Tore Bellis=20 > Sent: Wednesday, May 12, 2004 3:57 PM > To: WiX...@li... > Subject: RE: [WiX-users] Tips for migrating to 2.0.1706? >=20 >=20 > It is 650 lines long, plus another 103 in a .wxi include=20 > file. I am trying to isolate what is causing the issue in a=20 > small test script. If I succeed in recreating the issue, that=20 > small file will be much more usable for testing than my=20 > sprawling mess of a project. >=20 > -- Tore >=20 > > -----Original Message----- > > From: Rob Mensching [mailto:ro...@us...] > > Sent: Wednesday, May 12, 2004 3:43 PM > > To: Tore Bellis > > Subject: RE: [WiX-users] Tips for migrating to 2.0.1706? > >=20 > >=20 > > Would you mind sharing your .wxs file as well? I'm not > > seeing this crash in > > any of my tests. > >=20 > > Thanks. >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to=20 > deliver higher performing products faster, at low TCO.=20 > http://www.sleepycat.com/telcomwpreg.php?> From=3Ddnemail3 >=20 >=20 > _______________________________________________ > WiX-users mailing list > WiX...@li...=20 > https://lists.sourceforge.net/lists/listinfo/w> ix-users >=20 |