[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) -->

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

2014-09-17 Thread Chetan Rajakumar
s updated last week, which most > likely no longer matches with the vstor_redist.exe 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 >

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

2014-09-17 Thread Chetan Rajakumar
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

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

2014-09-15 Thread Chetan Rajakumar
InstallCondition="NOT VSTORFeature OR NOT (VSTORVersionV4R >=v10.0.40303) OR NOT (VSTORVersionV4 >=v10.0.21022) "/> Any help appreciated. Thanks & Regards, Chetan Rajakumar CAUTION - Disclaimer * This

Re: [WiX-users] Read a value from a text file and use it in WIX source file

2014-02-19 Thread Chetan Rajakumar
Hi Walter, I am not able to accomplish this, please help me out. I am doing the below Steps: 1. From C# code I am setting environment variable as shown below, System.Environment.SetEnvironmentVariable("DRAFTVERSION", "1.2.3.4"); 2. In Installer Project's Properties under Pre-Build event Comman

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, > >

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

2014-02-10 Thread Chetan Rajakumar
he Product.wxs you can use: "?> "?> "?> http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";> Brian If you can't explain it simply, you don't understand it well enough. - Albert

[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: