Re: [WiX-users] Modifying new msi package prior to recache in a custom action

2015-05-07 Thread Rob Mensching
toolset. Subject: Re: [WiX-users] Modifying new msi package prior to recache in a custom action I'll provide more details. I inherited the installer codebase for a product that has released twice (A, B) and was almost ready to release again (C). Releases A and B have poorly written custom a

Re: [WiX-users] Modifying new msi package prior to recache in a custom action

2015-05-06 Thread Edwin Castro
rying to > accomplish at a high level, before commenting on the use this function. > > > -Matt > > > Date: Tue, 5 May 2015 16:50:34 -0700 > > From: egca...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] Modifying new msi package

Re: [WiX-users] Modifying new msi package prior to recache in a custom action

2015-05-05 Thread Matthew Bobowski
ng to accomplish at a high level, before commenting on the use this function. -Matt > Date: Tue, 5 May 2015 16:50:34 -0700 > From: egca...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Modifying new msi package prior to recache in a custom > action > >

[WiX-users] Modifying new msi package prior to recache in a custom action

2015-05-05 Thread Edwin Castro
I’m trying to recache one of a number of packages before RemoveExistingProducts. My custom action extracts the new package from the Binary table, then attempts to MsiOpenDatabase() to update the new package’s ProductCode and ProductVersion to avoid needing a new package for each instance we’re tryi