Re: [WiX-users] How to cache msi for Modify/Repair to use

2011-05-18 Thread Skildum, Mathew
: Peter Shirtcliffe [pshirtcli...@sdl.com] Sent: Wednesday, May 18, 2011 4:49 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to cache msi for Modify/Repair to use I can think of some: Advertising. Use of the resolve source action without a condition to prevent

Re: [WiX-users] How to cache msi for Modify/Repair to use

2011-05-18 Thread Peter Shirtcliffe
he problem either. -Original Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: 18 May 2011 10:43 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to cache msi for Modify/Repair to use I'm curious as to why people encounter issues

Re: [WiX-users] How to cache msi for Modify/Repair to use

2011-05-18 Thread Pally Sandher
17, 2011 8:58 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to cache msi for Modify/Repair to use There is no generic way to do this, You will basically have to write your own custom actions that does this task and updates the source list for the MSI pa

Re: [WiX-users] How to cache msi for Modify/Repair to use

2011-05-17 Thread Wang, Miaohsi
Installer XML toolset. Subject: Re: [WiX-users] How to cache msi for Modify/Repair to use There is no generic way to do this, You will basically have to write your own custom actions that does this task and updates the source list for the MSI package. I personally created a merge module with a set

Re: [WiX-users] How to cache msi for Modify/Repair to use

2011-05-17 Thread Peter Shirtcliffe
Do you have a ResolveSource action in your Sequence tables ? If so, search on this list for "resolveSource" for some ideas about how to handle it. -Original Message- From: Wang, Miaohsi [mailto:miaohsi.w...@invensys.com] Sent: 17 May 2011 16:44 To: General discussion for Windows Installer

Re: [WiX-users] How to cache msi for Modify/Repair to use

2011-05-17 Thread Skildum, Mathew
There is no generic way to do this, You will basically have to write your own custom actions that does this task and updates the source list for the MSI package. I personally created a merge module with a set of actions that cache the MSI in a set location and handle any cleanup and registratio