[WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Chetan Rajakumar
Hi All, Below is my requirement: I have a Version.txt file kept under WixInstaller project and I have below text in Version.txt: BuildVersion=1.2.3.4 Now I have to read the above BuildVersion from the Version.txt and Update the value of Product Version in Product.wxs file. Something like below:

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Chetan Rajakumar
) $(var.LongAssyVersion) Keywords=Version $(var.LongAssyVersion) / Brian If you can't explain it simply, you don't understand it well enough. - Albert Einstein On Mon, Feb 10, 2014 at 8:48 AM, Chetan Rajakumar chetan_rajaku...@infosys.com wrote: Hi All, Below is my requirement: I

Re: [WiX-users] Set Product version in Product.wxs file

2014-02-10 Thread Chetan Rajakumar
. -Original Message- From: David Connet [mailto:d...@agilityrecordbook.com] Sent: Monday, February 10, 2014 8:07 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Set Product version in Product.wxs file On 2/10/2014 5:48 AM, Chetan Rajakumar wrote: Hi All, Below is my

[WiX-users] Installing VSTO as pre-requisites from Bundle.wxs Failed

2014-09-15 Thread Chetan Rajakumar
, Chetan Rajakumar CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further

Re: [WiX-users] Installing VSTO as pre-requisites from Bundle.wxs Failed

2014-09-17 Thread Chetan Rajakumar
the redist source file to the latest version should resolve this issue. And you might want to consider using a permanent link going forward. On Mon, Sep 15, 2014 at 4:08 AM, Chetan Rajakumar chetan_rajaku...@infosys.com wrote: Hi,Hi, I've created a WIX (v3.7.0.0) installer for our VSTO application

Re: [WiX-users] Installing VSTO as pre-requisites from Bundle.wxs Failed

2014-09-17 Thread Chetan Rajakumar
you used to compile your bootstrapper. Updating the redist source file to the latest version should resolve this issue. And you might want to consider using a permanent link going forward. On Mon, Sep 15, 2014 at 4:08 AM, Chetan Rajakumar chetan_rajaku...@infosys.com wrote: Hi,Hi

[WiX-users] Install Window Service Requirement

2015-05-14 Thread Chetan Rajakumar
Hi, I have an requirement that says to Add 'MyWindowService' to Services.msc 1. Window Service Name should be My Project Name Service -- This is done. 2. Run as an account defined by the UI Dialog - Username Password (I have an UI dialog where I enter UserId and Password) -- This