Re: [WiX-users] Custom installation in Wix Patch

2013-08-22 Thread Swaroop Kare
3) Publish feature On click of typical installation button in wix, I have 1 1 -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: 22 August 2013 15:18 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom installation in W

Re: [WiX-users] Custom installation in Wix Patch

2013-08-22 Thread Blair Murri
air, you generally don't ever want to add or remove features unless you really do want to modify the feature set you are installing. > Date: Thu, 22 Aug 2013 10:48:57 +0100 > From: swaroop.k...@ifdspercana.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Custo

Re: [WiX-users] Custom installation in Wix Patch

2013-08-22 Thread Swaroop Kare
Please let me know if you need any further information. Thanks -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: 22 August 2013 06:21 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom installation in Wix Patch I'm inter

Re: [WiX-users] Custom installation in Wix Patch

2013-08-21 Thread Blair Murri
I'm interested in seeing the feature selection part of a verbose log in both of those scenarios. > Date: Wed, 21 Aug 2013 17:22:42 +0100 > From: swaroop.k...@ifdspercana.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Custom installation in Wix Patch &g

Re: [WiX-users] Custom installation in Wix Patch

2013-08-21 Thread Swaroop Kare
...@sdl.com] Sent: 14 August 2013 11:08 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom installation in Wix Patch The latter behaviour is automatic, only installed features are patched. -Original Message- From: Swaroop Kare [mailto:swaroop.k

Re: [WiX-users] Custom installation in Wix Patch

2013-08-14 Thread Blair Murri
, 14 Aug 2013 13:28:55 +0100 > From: swaroop.k...@ifdspercana.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Custom installation in Wix Patch > > Thanks David for your response. > > Wix automatic behaviour works for Typical installation and complete &g

Re: [WiX-users] Custom installation in Wix Patch

2013-08-14 Thread Swaroop Kare
: 14 August 2013 11:08 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom installation in Wix Patch The latter behaviour is automatic, only installed features are patched. -Original Message- From: Swaroop Kare [mailto:swaroop.k...@ifdspercana.com

Re: [WiX-users] Custom installation in Wix Patch

2013-08-14 Thread David Watson
The latter behaviour is automatic, only installed features are patched. -Original Message- From: Swaroop Kare [mailto:swaroop.k...@ifdspercana.com] Sent: 14 August 2013 10:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom installation in Wix Patch In the wix major

[WiX-users] Custom installation in Wix Patch

2013-08-14 Thread Swaroop Kare
In the wix major upgrade, I have a set of features and the end user has the option to install either typical, custom or complete features. In case of wix patch release, is it possible to give the user the same option of typical, custom or complete installation type. Else during the deployme

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
a way that doesn't require external dependencies. You'll be thankful later. Regards, Richard -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tal Shrestha *Sent:* Tuesday, April 24, 2007 1:06 PM *To:* WiX-Users *Subject:* Re: [WiX-users

Re: [WiX-users] Custom installation

2007-04-24 Thread Richard.Foster
gards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tal Shrestha Sent: Tuesday, April 24, 2007 1:06 PM To: WiX-Users Subject: Re: [WiX-users] Custom installation Thanks for your help. Do you think a safer approach would be VB

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
ubject:* Re: [WiX-users] Custom installation Yes, these are configuration files of another existing application (not mine). I must append my text to the text file in order to add this specific feature (yes, the user can choose to add it or not) -- * C O N F I D E N

Re: [WiX-users] Custom installation

2007-04-24 Thread Richard.Foster
EMAIL PROTECTED] On Behalf Of Tal Shrestha Sent: Tuesday, April 24, 2007 11:26 AM To: WiX-Users Subject: Re: [WiX-users] Custom installation Yes, these are configuration files of another existing application (not mine). I must append my text to the text file in order to add this specific fe

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
*To:* WiX-Users *Subject:* Re: [WiX-users] Custom installation It's simpler than that. I have a few text lines I need to append into an existing text file. This target text file will be used only by *one* component, in my own single installation. However, once the installation is

Re: [WiX-users] Custom installation

2007-04-24 Thread Richard.Foster
Tuesday, April 24, 2007 10:55 AM To: WiX-Users Subject: Re: [WiX-users] Custom installation It's simpler than that. I have a few text lines I need to append into an existing text file. This target text file will be used only by *one* component, in my own single installation.

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
ubject:* Re: [WiX-users] Custom installation Actually, rethinking this, this are simple text files I need to *append* text to them. (not XML or INI, just plain text files). Roll back (uninstallation) would mean the text that was appended should be stripped down, baring in mind other text might have

Re: [WiX-users] Custom installation

2007-04-24 Thread Richard.Foster
). Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tal Shrestha Sent: Tuesday, April 24, 2007 10:19 AM To: WiX-Users Subject: Re: [WiX-users] Custom installation Actually, rethinking this, this are simple text files I need

Re: [WiX-users] Custom installation

2007-04-24 Thread Tal Shrestha
[EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *barbq *Sent:* Tuesday, April 24, 2007 10:00 AM *To:* WiX-Users *Subject:* [WiX-users] Custom installation Hi, My installer is supposed to perform a custom installation procedure, such as parsing existing text files and inserting it

Re: [WiX-users] Custom installation

2007-04-24 Thread Richard.Foster
Behalf Of barbq Sent: Tuesday, April 24, 2007 10:00 AM To: WiX-Users Subject: [WiX-users] Custom installation Hi, My installer is supposed to perform a custom installation procedure, such as parsing existing text files and inserting it's own text elements in these files, and also appending

[WiX-users] Custom installation

2007-04-24 Thread barbq
Hi, My installer is supposed to perform a custom installation procedure, such as parsing existing text files and inserting it's own text elements in these files, and also appending text to existing text files. Is there a mechasim for such actions? If not what should I use - an external DLL seems