Re: [WiX-users] Burn prerequisite(4 numbers) warning message before installation

2015-06-20 Thread nithin v
Hi, Please help me out with this. On Mon, Jun 8, 2015 at 5:43 PM, nithin v wrote: > Hi, > I have 4 prerequisite softwares which has to be installed before our > software. When the user tries to install the package, a message should be > displayed saying out of these 4 what and all

[WiX-users] Burn prerequisite(4 numbers) warning message before installation

2015-06-08 Thread nithin v
Hi, I have 4 prerequisite softwares which has to be installed before our software. When the user tries to install the package, a message should be displayed saying out of these 4 what and all packages are not installed as a single message. Please help me how to do this,as the test sample which I am

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

2015-04-20 Thread nithin v
Hi, I even tried to use boostrapper application as a chain msi. The bootstrapper after copying the new files, it is deleting all the files when it comes to processing previous installation. So the files are deleted, but in add/remove programs new version of the application is present without any fi

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

2015-04-19 Thread nithin v
Below is my product.wxs file. I am still not able to get what I need. http://schemas.microsoft.com/wix/2006/wi";> On Sun, Apr 19, 2015 at 4:26 PM,

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

2015-04-19 Thread nithin v
Hi, I did the way you told but the update installation (3.2.0 to 3.2.1) just removed all my files and deleted whole folder, but if I see in the control panel the app name is present with new version number. What am I doing wrong? Keypath is yes for all the files. Is this affecting? Please help O

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

2015-04-19 Thread nithin v
I was trying the second method you suggested, but major upgrade and RemoveExistingProducts is not coexisting. I am getting error. If I comment out Major version, the old version is not getting removed in control panel. I am not sure where I am getting it wrong. On Sun, Apr 19, 2015

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

2015-04-18 Thread nithin v
Please note, I am using heat to harvest all the files so I am not specifying anything in my product.wxs file. On Sat, Apr 18, 2015 at 12:02 PM, nithin v wrote: > Hi, > During the first installation my msi will extract all my project files, in > the later version installation and pa

[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