By the way this also only seems to affect MinorUpgrade. I tried out changing the product code to execute a MajorUpgrade, and indeed the upgrade worked fine. So this further narrows it down and explains why many others aren't seeing this, I guess MinorUpgrades aren't as common as I thought?
// Sascha On Tue, Sep 9, 2014 at 8:52 AM, John Cooper <jocoo...@jackhenry.com> wrote: > Factor that may or may not mean anything: > > Upgrade Scheduling appears to be InstallValidate > REINSTALLMODE: vomus > OS: Windows 8 with latest updates including KB2918614 > Profile: Roaming (only able to reproduce on a laptop) > MajorUpgrade authoring is not being used (custom Upgrade Table entries) > > Failure looks like this in the MSI log: > > MSI (s) (A8:E8) [09:20:04:609]: Determining source type > MSI (s) (A8:E8) [09:20:04:609]: Source type from package 'Lyve > Product.msi': 10 > MSI (s) (A8:E8) [09:20:04:609]: SECREPAIR: Hash Database: > C:\WINDOWS\Installer\SourceHash{C5E60292-2E11-4FAE-883F-E548ECF032F7} > MSI (s) (A8:E8) [09:20:04:625]: SECREPAIR: CryptAcquireContext succeeded > MSI (s) (A8:E8) [09:20:04:844]: SECREPAIR: filename: Lyve Product.msi > Stored Hash Value:RUgGMOmbpYsraTZ8VjLP1M9KGepCCMUiBVmXkOMCD6w= Current > Hash:TfXkukwiWlgqxX0jqHwgUEwjjKlSG2KJpuZX/cEM3Uw= > MSI (s) (A8:E8) [09:20:04:844]: Machine policy value > 'AlwaysInstallElevated' is 0 > MSI (s) (A8:E8) [09:20:04:844]: User policy value 'AlwaysInstallElevated' > is 0 > MSI (s) (A8:E8) [09:20:04:844]: MSI_LUA: Elevation prompt disabled for > silent installs > MSI (s) (A8:E8) [09:20:04:844]: Note: 1: 3 > MSI (s) (A8:E8) [09:20:04:844]: SECUREREPAIR: SecureRepair Failed. Error > code: 364DF2640 > MSI (s) (A8:E8) [09:20:04:859]: Note: 1: 2265 2: 3: -2147287035 > MSI (s) (A8:E8) [09:20:04:859]: Machine policy value 'DisableRollback' is 0 > MSI (s) (A8:E8) [09:20:04:859]: Note: 1: 1402 2: > HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts > 3: 2 > Action ended 9:20:04: RegisterProduct. Return value 2. > > It looks like this in the bootstrapper log: > > [1D64:1100][2014-09-09T09:20:01]i300: Apply begin > [1D64:1100][2014-09-09T09:20:02]i000: Caching bundle from: > 'C:\Users\jocooper\AppData\Local\Temp\{a8554c44-e09c-479f-a8e5-685f5bf90487}\.be\Lyve > Setup.exe' to: 'C:\Users\jocooper\AppData\Local\Package > Cache\{a8554c44-e09c-479f-a8e5-685f5bf90487}\Lyve Setup.exe' > [1D64:1100][2014-09-09T09:20:02]i320: Registering bundle dependency > provider: {a8554c44-e09c-479f-a8e5-685f5bf90487}, version: 1.0.1.1079 > [1D64:1FFC][2014-09-09T09:20:02]i305: Verified acquired payload: Lyve at > path: C:\Users\jocooper\AppData\Local\Package Cache\.unverified\Lyve, > moving to: C:\Users\jocooper\AppData\Local\Package > Cache\{C5E60292-2E11-4FAE-883F-E548ECF032F7}v1.0.1.1079\Lyve Product.msi. > [1D64:1100][2014-09-09T09:20:02]i323: Registering package dependency > provider: {C5E60292-2E11-4FAE-883F-E548ECF032F7}, version: 1.0.1.1079, > package: Lyve > [1D64:1100][2014-09-09T09:20:02]i301: Applying execute package: Lyve, > action: MinorUpgrade, path: C:\Users\jocooper\AppData\Local\Package > Cache\{C5E60292-2E11-4FAE-883F-E548ECF032F7}v1.0.1.1079\Lyve Product.msi, > arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"' > [1D64:1100][2014-09-09T09:20:04]e000: Error 0x80070642: Failed to perform > minor upgrade of MSI package. > [1D64:1100][2014-09-09T09:20:04]e000: Error 0x80070642: Failed to > configure per-user MSI package. > [1D64:1100][2014-09-09T09:20:04]i319: Applied execute package: Lyve, > result: 0x80070642, restart: None > [1D64:1100][2014-09-09T09:20:04]e000: Error 0x80070642: Failed to execute > MSI package. > > An earlier upgrade with the same installers succeed when KB2918614 was > missing. I then remove the product, applied the update, and rebooted. > Initial install of the older product succeeded. Upgrade failed. > > It appears that the digital signature requirements for repair/upgrade > using msiexec 5.0 have been more strict. The stored hash and the computed > hash are not matching after the update (they did before) and that is > failing the upgrade. > > -- > John Merryweather Cooper > Senior Software Engineer | Enterprise Service Applications | Continuing > Development > Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050 | > jocoo...@jackhenry.com > > > -----Original Message----- > From: John Cooper > Sent: Tuesday, September 9, 2014 9:42 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create > the default key container > > Ok, did some install testing of the upgrade from the earlier version to > 1709 this morning. > > Windows Server 2008 R2 No repro > Windows Server 2012 No repro > > Windows 8 Reproduces > > I'm digging through the logs . . . > > -- > John Merryweather Cooper > Senior Software Engineer | Enterprise Service Applications | Continuing > Development Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: > 431050 |jocoo...@jackhenry.com > > > > -----Original Message----- > From: Sascha Sertel [mailto:sascha.ser...@gmail.com] > Sent: Monday, September 8, 2014 5:31 PM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not create > the default key container > > Right, fresh install works fine for me, it's only the upgrade case that is > borked. > > // Sascha > > > On Mon, Sep 8, 2014 at 3:07 PM, John Cooper <jocoo...@jackhenry.com> > wrote: > > > It doesn't replicate for me in the NOT installed case for the 1709 > > version of the product. I'll get the earlier product tonight and test > > the upgrade case tomorrow. > > > > -- > > John Merryweather Cooper > > Senior Software Engineer | Enterprise Service Applications | > > Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS > > 66214 | Ext: 431050 | jocoo...@jackhenry.com > > > > > > > > -----Original Message----- > > From: John Cooper > > Sent: Monday, September 8, 2014 2:54 PM > > To: General discussion about the WiX toolset. > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > create the default key container > > > > If a file is unversioned, the normal file versioning rules and process > > don’t apply to it. > > > > In the case of these three assemblies, they end up being entries in > > the MsiFileHash table. However, file timestamps control whether the > > MsiFileHash table is even entered. > > > > Repairs are also going to be strange. Likewise patching. > > > > That being said, it is a concern, but unlikely to be the source of > > your problem. > > -- > > John Merryweather Cooper > > Senior Software Engineer | Enterprise Service Applications | > > Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS > 66214 | Ext: > > 431050 |jocoo...@jackhenry.com > > > > > > > > -----Original Message----- > > From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] > > Sent: Monday, September 8, 2014 2:28 PM > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > create the default key container > > > > For what it is worth, I tried one of my investigation packages with a > > "fake exe" (for the sake of ease of recognizing as a fake) which, > > needless to say, has no version at all. It seems to upgrade fine with no > trouble. > > > > > > Keith Douglas > > Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 > > Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A > > 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-854-5589 > > Facsimile > > | Télécopieur 613-951-4674 Government of Canada | Gouvernement du > > | Canada > > > > > > -----Original Message----- > > From: John Cooper [mailto:jocoo...@jackhenry.com] > > Sent: September-08-14 3:18 PM > > To: General discussion about the WiX toolset. > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > create the default key container > > > > I notice that Agent.Interop.dll, CefSharp.dll, and CefSharpt.Wpf.dll > > all are completely unversioned (no version numbers at all). When an > > upgrade works, what to does the log look like for these three files? > > > > -- > > John Merryweather Cooper > > Senior Software Engineer | Enterprise Service Applications | > > Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS > 66214 | Ext: > > 431050 |jocoo...@jackhenry.com > > > > > > -----Original Message----- > > From: Sascha Sertel [mailto:sascha.ser...@gmail.com] > > Sent: Monday, September 8, 2014 2:02 PM > > To: General discussion about the WiX toolset. > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > create the default key container > > > > Yes, my installer uses a bundle because I have .NET Framework 4.5.1 > > and Visual C++ 12 runtime components as a prerequisite before running > > my actual product MSI. > > > > I haven't actually tried if the upgrade failure also repros using the > > product MSI only instead of the bundle, I'll try that out today. Maybe > > it's actually something about upgrading a bundle that causes the > > failure to happen. > > > > In terms of what do we know, I don't think we know anything, we have > > yet to find anything common between the failing installers. It seems > > to fail for both per-user and per-machine installs, domain as well as > > workgroup user accounts, elevated and non-elevated privileges, none of > > that seems to matter. > > > > // Sascha > > > > > > > > On Mon, Sep 8, 2014 at 11:48 AM, <keith.doug...@statcan.gc.ca> wrote: > > > > > Let me echo John here, I am trying to help us and also help the > > community. > > > We are worse off, too, than some, because the machines I deal with > > > are mostly-disconnected remotes which receive the vast majority of > > > their tech support via RDP if at all. It seems that most of the > > > hypotheses around are wrong, unless we're just unlucky. > > > > > > Sascha: I have yet to try your stuff out. I know already now that > > > you are dealing with MSIs in a bundle (correct?), which we don't do > > > - we use bundles to use Windows Update files (MSUs) only, at > > > present. All the rest of our stuff is just MSI. (Or rarely - testing > > > only, I think, > > > MSP.) So there's a difference right off. > > > > > > I wonder (list owners willing) if it is time to play "what do we know?" > > > > > > > > > Keith Douglas > > > Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 > > > Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A > > > 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-854-5589 > > > Facsimile | Télécopieur 613-951-4674 Government of Canada | > > > Gouvernement du Canada > > > > > > > > > -----Original Message----- > > > From: John Cooper [mailto:jocoo...@jackhenry.com] > > > Sent: September-08-14 2:41 PM > > > To: General discussion about the WiX toolset. > > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > > create the default key container > > > > > > I am sure that Microsoft will ultimately have to make a fix, but I > > > have a lot of installers out in the wild, and I feel very exposed > > > when none of my testers can replicate. I'm much more interested in > > > understanding the mechanism of failure--especially since I can't > > currently replicate. > > > > > > Also, it is very hard to justify to management invoking our support > > > agreement when the issue does not reproduce with any of our product > > > installers. Much easier if I can replicate. > > > > > > I'm basically trying to figure out what is different in our > > > installers and deployment scenarios such that we don't see this issue. > > > > > > -- > > > John Merryweather Cooper > > > Senior Software Engineer | Enterprise Service Applications | > > > Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS > > 66214 | Ext: > > > 431050 |jocoo...@jackhenry.com > > > > > > > > > > > > -----Original Message----- > > > From: Sascha Sertel [mailto:sascha.ser...@gmail.com] > > > Sent: Monday, September 8, 2014 1:29 PM > > > To: General discussion about the WiX toolset. > > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > > create the default key container > > > > > > The issue is very easily reproducible for me when doing an upgrade > > > from one bundle to another one. I emailed Keith links to two > > > installers that have 100% repro for me when upgrading from the one > > > to the other while having > > > KB2918614 installed. Repros on any machine. > > > > > > I'm happy to share some logs but given that KB2918614 directly > > > determines whether the upgrade fails or works I don't know if there > > > is anything that can be done to fix this from our end, it seems to > > > me like Microsoft needs to reissue the hotfix or have another hotfix > > > that > > fixes the broken one. > > > > > > // Sascha > > > > > > > > > > > > On Mon, Sep 8, 2014 at 9:44 AM, John Cooper <jocoo...@jackhenry.com> > > > wrote: > > > > > > > I haven't been able to reproduce this using signed or unsigned > > > > MSIs deploying in an "Open" or "Closed" Environment. > > > > > > > > I would be very happy to take a look at some verbose logs of the > > > failures. > > > > > > > > -- > > > > John Merryweather Cooper > > > > Senior Software Engineer | Enterprise Service Applications | > > > > Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS > > > > 66214 | Ext: 431050 | jocoo...@jackhenry.com > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: keith.doug...@statcan.gc.ca > > > > [mailto:keith.doug...@statcan.gc.ca] > > > > Sent: Monday, September 8, 2014 10:40 AM > > > > To: wix-users@lists.sourceforge.net > > > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > > > create the default key container > > > > > > > > I've now tried a "small update". I've never fully understood why > > > > you’d use these, but my co-workers wanted to use MSPs for some of > > > > our updating, so I built a front end for making those and hence > > > > small updates. That all to say that I may be doing something > > > > unusual or "wrong" with them. However, that disclaimer aside, I > > > > cannot reproduce > > > any trouble with that either. > > > > > > > > > > > > Keith Douglas > > > > Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A > > > > 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa > > > > ON K1A > > > > 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-854-5589 > > > > Facsimile > > > > | Télécopieur 613-951-4674 Government of Canada | Gouvernement du > > > > | Canada > > > > > > > > > > > > -----Original Message----- > > > > From: keith.doug...@statcan.gc.ca > > > > [mailto:keith.doug...@statcan.gc.ca] > > > > Sent: September-08-14 8:41 AM > > > > To: wix-users@lists.sourceforge.net > > > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > > > create the default key container > > > > > > > > Ah! There seems to be some confusion on this point. I will see. > > > > > > > > > > > > Keith Douglas > > > > Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A > > > > 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa > > > > ON K1A > > > > 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-854-5589 > > > > Facsimile > > > > | Télécopieur 613-951-4674 Government of Canada | Gouvernement du > > > > | Canada > > > > > > > > > > > > -----Original Message----- > > > > From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] > > > > Sent: September-06-14 1:27 PM > > > > To: General discussion about the WiX toolset. > > > > Subject: Re: [WiX-users] SECREPAIR: CryptAcquireContext: Could not > > > > create the default key container > > > > > > > > 2014-09-05 17:15 GMT-03:00 <keith.doug...@statcan.gc.ca>: > > > > > I've gotten hold of a Windows 7 x64 VM and tried installing, > > > > uninstalling, repairing a few dinky products we have built > > > > installers for over the last while. Even added a new one with a > > > > large (100 megabytes > > > > uncompressed) payload. Tried with and without UAC for all. No > > > > troubles at all with the trouble KB installed. User was a domain > > > > account, for what that is worth. > > > > > > > > Well, previous messages indicate the problem is with minor updates. > > > > Did you try updates, or only install/uninstall/repair? > > > > > > > > -- > > > > Nicolás > > > > > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > -------- > > > > Slashdot TV. > > > > Video for Nerds. Stuff that matters. > > > > http://tv.slashdot.org/ > > > > _______________________________________________ > > > > WiX-users mailing list > > > > WiX-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > -------- > > > > Want excitement? > > > > Manually upgrade your production database. > > > > When you want reliability, choose Perforce Perforce version control. > > > > Predictably reliable. > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > > > clktrk _______________________________________________ > > > > WiX-users mailing list > > > > WiX-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > -------- > > > > Want excitement? > > > > Manually upgrade your production database. > > > > When you want reliability, choose Perforce Perforce version control. > > > > Predictably reliable. > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > > > clktrk _______________________________________________ > > > > WiX-users mailing list > > > > WiX-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > NOTICE: This electronic mail message and any files transmitted > > > > with it are intended exclusively for the individual or entity to > > > > which it is addressed. The message, together with any attachment, > > > > may contain confidential and/or privileged information. > > > > Any unauthorized review, use, printing, saving, copying, > > > > disclosure or distribution is strictly prohibited. If you have > > > > received this message in error, please immediately advise the > > > > sender by reply email and delete all copies. > > > > > > > > ------------------------------------------------------------------ > > > > -- > > > > -- > > > > -------- > > > > Want excitement? > > > > Manually upgrade your production database. > > > > When you want reliability, choose Perforce Perforce version control. > > > > Predictably reliable. > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > > > clktrk _______________________________________________ > > > > WiX-users mailing list > > > > WiX-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > -------------------------------------------------------------------- > > > -- > > > -------- > > > Want excitement? > > > Manually upgrade your production database. > > > When you want reliability, choose Perforce Perforce version control. > > > Predictably reliable. > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > > clktrk _______________________________________________ > > > WiX-users mailing list > > > WiX-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > NOTICE: This electronic mail message and any files transmitted with > > > it are intended exclusively for the individual or entity to which it > > > is addressed. The message, together with any attachment, may contain > > > confidential and/or privileged information. > > > Any unauthorized review, use, printing, saving, copying, disclosure > > > or distribution is strictly prohibited. If you have received this > > > message in error, please immediately advise the sender by reply > > > email and delete all copies. > > > > > > -------------------------------------------------------------------- > > > -- > > > -------- > > > Want excitement? > > > Manually upgrade your production database. > > > When you want reliability, choose Perforce Perforce version control. > > > Predictably reliable. > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > > clktrk _______________________________________________ > > > WiX-users mailing list > > > WiX-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > -------------------------------------------------------------------- > > > -- > > > -------- > > > Want excitement? > > > Manually upgrade your production database. > > > When you want reliability, choose Perforce Perforce version control. > > > Predictably reliable. > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > > clktrk _______________________________________________ > > > WiX-users mailing list > > > WiX-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > ---------------------------------------------------------------------- > > -------- > > Want excitement? > > Manually upgrade your production database. > > When you want reliability, choose Perforce Perforce version control. > > Predictably reliable. > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > clktrk _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > NOTICE: This electronic mail message and any files transmitted with it > > are intended exclusively for the individual or entity to which it is > addressed. > > The message, together with any attachment, may contain confidential > > and/or privileged information. > > Any unauthorized review, use, printing, saving, copying, disclosure or > > distribution is strictly prohibited. If you have received this message > > in error, please immediately advise the sender by reply email and > > delete all copies. > > > > ---------------------------------------------------------------------- > > -------- > > Want excitement? > > Manually upgrade your production database. > > When you want reliability, choose Perforce Perforce version control. > > Predictably reliable. > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > clktrk _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ---------------------------------------------------------------------- > > -------- > > Want excitement? > > Manually upgrade your production database. > > When you want reliability, choose Perforce Perforce version control. > > Predictably reliable. > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > clktrk _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > NOTICE: This electronic mail message and any files transmitted with it > > are intended exclusively for the individual or entity to which it is > addressed. > > The message, together with any attachment, may contain confidential > > and/or privileged information. > > Any unauthorized review, use, printing, saving, copying, disclosure or > > distribution is strictly prohibited. If you have received this message > > in error, please immediately advise the sender by reply email and > > delete all copies. > > > > ---------------------------------------------------------------------- > > -------- > > Want excitement? > > Manually upgrade your production database. > > When you want reliability, choose Perforce Perforce version control. > > Predictably reliable. > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > clktrk _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > NOTICE: This electronic mail message and any files transmitted with it > > are intended exclusively for the individual or entity to which it is > > addressed. The message, together with any attachment, may contain > > confidential and/or privileged information. > > Any unauthorized review, use, printing, saving, copying, disclosure or > > distribution is strictly prohibited. If you have received this message > > in error, please immediately advise the sender by reply email and > > delete all copies. > > > > ---------------------------------------------------------------------- > > -------- > > Want excitement? > > Manually upgrade your production database. > > When you want reliability, choose Perforce Perforce version control. > > Predictably reliable. > > > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg. > > clktrk _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > ------------------------------------------------------------------------------ > Want excitement? > Manually upgrade your production database. > When you want reliability, choose Perforce Perforce version control. > Predictably reliable. > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > NOTICE: This electronic mail message and any files transmitted with it are > intended > exclusively for the individual or entity to which it is addressed. The > message, > together with any attachment, may contain confidential and/or privileged > information. > Any unauthorized review, use, printing, saving, copying, disclosure or > distribution > is strictly prohibited. If you have received this message in error, please > immediately advise the sender by reply email and delete all copies. > > ------------------------------------------------------------------------------ > Want excitement? > Manually upgrade your production database. > When you want reliability, choose Perforce. > Perforce version control. Predictably reliable. > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > NOTICE: This electronic mail message and any files transmitted with it are > intended > exclusively for the individual or entity to which it is addressed. The > message, > together with any attachment, may contain confidential and/or privileged > information. > Any unauthorized review, use, printing, saving, copying, disclosure or > distribution > is strictly prohibited. If you have received this message in error, please > immediately advise the sender by reply email and delete all copies. > > ------------------------------------------------------------------------------ > Want excitement? > Manually upgrade your production database. > When you want reliability, choose Perforce. > Perforce version control. Predictably reliable. > > http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users