WiX does make it easy to create an MSI file, but it doesn't completely hide
some of the idiosyncracies of knowing Windows Installer and how it works.
So there may be instances where things aren't going to be as easy as one
would like.  I still very much prefer WiX to Visual Studio deployment
projects.

Jim Williams

-----Original Message-----
From: Colin Fox [mailto:greenene...@gmail.com] 
Sent: Tuesday, December 23, 2008 10:15 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Install location based on registry key

On Mon, Dec 22, 2008 at 11:51 PM, Bob Arnson <b...@joyofsetup.com> wrote:

> Jim Williams wrote:
> > <InstallUISequence>
> >     <AppSearch Before="LaunchConditions" />
> > </InstallUISequence>
> > <InstallExecuteSequence>
> >     <AppSearch Before="LaunchConditions" />
> > </InstallExecuteSequence>
> >
>
> WiX automatically schedules AppSearch if you have any *Search elements.
> Colin, are you using any Fragments in your setup authoring? Open your
> .msi with Orca and verify that there's an AppSearch table and a
> RegLocator table matching your authoring.
>

Thanks Jim - I'll give this a shot.

I'm curious though - this is a lot more complicated than the tutorial leads
me to believe. Is there a simpler way, or is really this many steps?

Can someone update the tutorial if there are more steps required to get this
to work?

---

I just verified with Orca that I have an AppSearch section. The property is
INSTALLDIR and the Signature_ value is "SharepointRegistry"


> --
> sig://boB
> http://joyofsetup.com/
>
>
>
>
>
----------------------------------------------------------------------------
--
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Regards,
 cf
----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to