[WiX-users] Exclude some files and folders in later version installation and patch

2015-04-17 Thread nithin v
Hi, During the first installation my msi will extract all my project files, in the later version installation and patches msi should not replace some folders(client files) and config and app settings file. How can I achieve this? I am using wix for my .net mvc project, which will have a regular dep

Re: [WiX-users] Could not harvest data from a 64bit dll

2015-04-17 Thread Rob Mensching
I think it's an open feature request not a bug. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: ssmsam [mailto:ssmcs...@gmail.com] Sent: Friday, April 17, 2015 10:33 PM To:

Re: [WiX-users] Could not harvest data from a 64bit dll

2015-04-17 Thread ssmsam
I am also facing the same issue in 3.9 RC2. Still the bug exists. What would be the workaround fr this? Regards, Sampat -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Could-not-harvest-data-from-a-64bit-dll-tp5511948p761.html Sent from the wi

Re: [WiX-users] Downgrading a Bundle ?

2015-04-17 Thread Rob Mensching
Why doesn't that work today? _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Martin Cornelius [mailto:martin-cornel...@t-online.de] Sent: Friday, April 17, 2015 12:54 PM To

[WiX-users] Downgrading a Bundle ?

2015-04-17 Thread Martin Cornelius
I know this has been asked before (and answered as 'impossible'), but perhaps something has changed during the last 6 months ? We're envisioning to create an Installer that uses Burn - for two reasons: - we'd like to check for prerequisites and install them automatically -

Re: [WiX-users] Power Fail during Installation

2015-04-17 Thread Martin Cornelius
Hi Phil, really interesting. But when does that happen ? - Automatically after System Restart ? - Automatically Once anybody logs on - Automatically Once an Administrator logs on ? - Once someone manually execuetes the MSI ( that's what I guess) ?

Re: [WiX-users] Power Fail during Installation

2015-04-17 Thread Phil Wilson
It continues the installation. It will set the RESUME property, and properly authored UI installs will show a "Resume" dialog saying that the install is resuming. --- Phil Wilson On Fri, Apr 17, 2015 at 3:03 AM, Martin Cornelius wrote: > Apologize as this is a bit off-topic - actuall

Re: [WiX-users] Heat source path

2015-04-17 Thread Phill Hogland
You could use a bind path (named or unnamed), which I have seen recommended over the use of preprocessor variables in this forum. Unnamed bind path: file source would be: wix.mybindname and then specify a XSLT transform some.xslt;..\..\Common\Transforms\bindpath.xslt which replaces the $(wix.mybin

Re: [WiX-users] Heat source path

2015-04-17 Thread Sam Boman
Yes! I then got: 2015-04-17 12:20 GMT+02:00 Nir Bar : > Have you tried not specifying a variable to heat? > > > > - > Nir Bar > Freelance Developer > Mail: nir@panel-sw.com > Web: www.panel-sw.com >- C++ On Windows, Linux and Embedded Platforms >- WiX & InstallShield > -- > View

Re: [WiX-users] Heat source path

2015-04-17 Thread Nir Bar
Have you tried not specifying a variable to heat? - Nir Bar Freelance Developer Mail: nir@panel-sw.com Web: www.panel-sw.com - C++ On Windows, Linux and Embedded Platforms - WiX & InstallShield -- View this message in context: http://windows-installer-xml-wix-toolset.687559.

[WiX-users] Power Fail during Installation

2015-04-17 Thread Martin Cornelius
Apologize as this is a bit off-topic - actually it is a general MSI question. However, I couldn't find any other forum on the net to ask this question. Also, this has been asked a few years ago in this forum, but there was only one quite fuzzy answer. BTW, I'm only interested in MSI 5+. I'm won

[WiX-users] Heat source path

2015-04-17 Thread Sam Boman
Hello, I use heat.exe to harvest a folder located outside the Msi-project. This is my current output in the generated wxs-file. In this case I need to set up var.ThePath in the project as pre processor variable (or use WiX-variable set up in the project). Is there any way I can directly give he