Re: [WiX-users] Patching Problem

2009-09-17 Thread Oivind
rom: wix-users-boun...@lists.sourceforge.net > [mailto:wix-users-boun...@lists.sourceforge.net] On Behalf Of Vitaly > Dolya > Sent: Sunday, June 18, 2006 7:46 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Patching Problem > > > > Brower, Jason wrot

Re: [WiX-users] Patching Problem

2006-06-19 Thread Derek Cicerone
, June 19, 2006 8:01 PM To: [EMAIL PROTECTED]; Vitaly Dolya; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patching Problem   WiX v. 2.0.3309.0   From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 1:55 PM To: Brower, Jason; Vitaly Dolya; wix-users

Re: [WiX-users] Patching Problem

2006-06-19 Thread Brower, Jason
WiX v. 2.0.3309.0   From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 1:55 PM To: Brower, Jason; Vitaly Dolya; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Patching Problem   I also have found a bug for the PatchCreation.CleanWorkingFolder

Re: [WiX-users] Patching Problem

2006-06-19 Thread Vitaly Dolya
I rather agree with you, considering REINSTALLMODE parameter ("amus" - Force all files to be reinstalled, regardless of checksum or version.) it seems logical, that files must be updated. Different behavior, that depends on WholeFilesOnly parameter looks more confusing to me. Nevertheless IMO i

Re: [WiX-users] Patching Problem

2006-06-19 Thread Rob Mensching
I also have found a bug for the PatchCreation.CleanWorkingFolder attribute.  This maps to the DontRemoveTempFolderWhenFinished value in the Properties table of the pcp file.  If I set CleanWorkingFolder=”yes” then DontRemoveTempFolderWhenFinished becomes 1 when it should be 0 (values are op

Re: [WiX-users] Patching Problem

2006-06-19 Thread Brower, Jason
older=”yes” then DontRemoveTempFolderWhenFinished becomes 1 when it should be 0 (values are opposite).   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vitaly Dolya Sent: Sunday, June 18, 2006 7:46 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Patching Prob

Re: [WiX-users] Patching Problem

2006-06-18 Thread Vitaly Dolya
Brower, Jason wrote: I am running into problems when deploying the msp patch files.  Everything compiles properly and the msp is successfully created.  However, dlls that have changed are not installed when the msp patch is applied.  Below is the output generated by MsiMsp and it

[WiX-users] Patching Problem

2006-06-16 Thread Brower, Jason
All,   I am running into problems when deploying the msp patch files.  Everything compiles properly and the msp is successfully created.  However, dlls that have changed are not installed when the msp patch is applied.  Below is the output generated by MsiMsp and it looks to be including