Experts on the board, any ideas?

>From: "Davut Karabay" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>CC: wix-users@lists.sourceforge.net
>Subject: Re: [WiX-users] Single WIX to install multiple versions
>Date: Wed, 04 Apr 2007 17:59:09 +0000
>
>Hi Bob,
>
>I want to pack both down level and Vista binaries in one MSI. In WIX I want
>to detect whether down level or Vista, and install corresponding binaries.
>Can all this be done with <?if?> preprocessor? Directory layout will stay
>the same.
>
>I was thinking creating two sets of <Feature>s one for down level and one
>for Vista. Then adding <Condition>s to each <Feature> for detecting OS
>version, and install/not-install accordingly.
>
>Thanks,
>Davut
>
> >From: Bob Arnson <[EMAIL PROTECTED]>
> >To: Davut Karabay <[EMAIL PROTECTED]>
> >CC: wix-users@lists.sourceforge.net
> >Subject: Re: [WiX-users] Single WIX to install multiple versions
> >Date: Tue, 03 Apr 2007 23:41:05 -0700
> >
> >Davut Karabay wrote:
> >>I have a WIX based installer which currently installs the product on 
>down
> >>level XP and Win2K3. In the next version I want to support Vista, where
> >>product binaries will change cosiderably.
> >>
> >>How can I achieve installing on downlevel and Vista with a single WIX?
> >>
> >
> >You can use the same setup source code when the binaries change. If your
> >directory layout is changing too, you can use the WiX preprocessor (e.g.,
> ><?if?>) to support differences.
> >
> >--
> >sig://boB
> >http://bobs.org
> >
> >
>
>_________________________________________________________________
>Exercise your brain! Try Flexicon.
>http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07
>
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance to share 
>your
>opinions on IT & business topics through brief surveys-and earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users

_________________________________________________________________
Exercise your brain! Try Flexicon. 
http://games.msn.com/en/flexicon/default.htm?icid=flexicon_hmemailtaglineapril07


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to