01/part-1-of-writing-your-own-net-based.html
Nick
-Original Message-
From: ashish thomas [mailto:ashishptho...@yahoo.co.in]
Sent: Thursday, May 09, 2013 12:30 PM
To: wix-users@lists.sourceforge.net; wix-d...@lists.sourceforge.net
Subject: [WiX-users] .Net installation using Wix
Hi ,
hursday, May 09, 2013 11:38 AM
To: ashish thomas; General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] .Net installation using Wix
Take a look here
http://neilsleightholm.blogspot.co.uk/2012/05/wix-burn-tipstricks.html this
should get you started using burn and there is al
2013 17:30
To: wix-users@lists.sourceforge.net; wix-d...@lists.sourceforge.net
Subject: [WiX-users] .Net installation using Wix
Hi ,
I have the following requirement
I need to develop an installer using Wix . I need to check whether .Net 3.5
SP1 is installed or not and if the prerequisite is not
Hi ,
I have the following requirement
I need to develop an installer using Wix . I need to check whether .Net 3.5
SP1 is installed or not and if the prerequisite is not met, must show a
messagebox(dialog) to the user telling that it is not installed - Do you wish
to continue the install .Net,
This is probably the sort of thing best handled by a bootstrapper. Do a search on the archives for info about it.
-Francis
On 7/8/06, X Y <[EMAIL PROTECTED]> wrote:
Hi All,I am new to wix and was wondering if there was anexample out there that does the following:
1. Detect .NET (found in tutor
flett
Sent: Monday, July 10, 2006 3:42 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] .NET Installation - request for example
Try looking at
http://www.codeproject.com/dotnet/dotNetInstaller.asp
Rob
X Y wrote:
> Hi All,
> I am new to Wix and was wondering if there was an exam
Try looking at
http://www.codeproject.com/dotnet/dotNetInstaller.asp
Rob
X Y wrote:
> Hi All,
> I am new to Wix and was wondering if there was an
> example floating out there that does the following:
>
> 1. Detect whether .NET is installed in the machine (an
> example has already been done via t
X Y wrote:
> 2. If it hasnt been, obtain dotnetfx from a website or
> somewhere and launch it.
>
That needs to be handled via a bootstrapper/chainer (such as the one in
WiX v3's ClickThrough project), because .NET is installed via an MSI and
you can't have two MSIs running at the same time.
-
Hi All,
I am new to Wix and was wondering if there was an
example floating out there that does the following:
1. Detect whether .NET is installed in the machine (an
example has already been done via the tutorial)
2. If it hasnt been, obtain dotnetfx from a website or
somewhere and launch it.
Than
Hi All,
I am new to wix and was wondering if there was an
example out there that does the following:
1. Detect .NET (found in tutorial)
2. If it isnt installed, download dotnetfx from a site
and install.
Do you do this via a CustomAction?
Thanks,
-- harold
__
10 matches
Mail list logo