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) -->
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
>
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
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
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
.
-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,
>
>
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
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:
8 matches
Mail list logo