Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Sequence InstallUISequence in Win XP

$
0
0
Hi Vojtech,

Managed actions do require presence of .NET and indeed it can be a problem on legacy systems like WinXP.

There are a few thing that you can do to address that. You can either:
  • Set up LaunchCondition so if .NET is not present your setup asks user to install it and exits. See LaunchConditions sample that does exactly that.
  • Bundle your setup into a boots trapper that installs .NET first. See WixBootstrapper sample for that.
Cheers,
Oleg

Viewing all articles
Browse latest Browse all 1354

Trending Articles