First hit in most any search engine for remember me property pattern - 
http://robmensching.com/blog/posts/2010/5/2/the-wix-toolsets-remember-property-pattern

The MSI will contain all the contents for all of the installs. If that's a 
general question of how do you filter out files from a wxs, then I'd suggest 
you look at adding a style sheet to the end to strip the unneeded elements (Add 
-t <Stylesheet Name>.xslt to the end of the command line).

CA = CustomAction. There are several CA"s that come with Wix for various common 
tasks, such as XmlFile.

Any MSI can be command line driven, but if you are having a property drive the 
uat/dev/test/live, then it might be nice to have a burn UI that prompts for it 
instead of expecting the end user to know the options.

-----Original Message-----
From: chennam [mailto:chatrapathi.chen...@gmail.com] 
Sent: Wednesday, March 06, 2013 7:43 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] one MSI Installer for all Environments as single a 
package

Hi Jacob,

Thanks for the reply..

I need to have single Instance MSI as a package.And based on your reply ,Seams 
like it should be property driven. And Can you point out me some "remember me 
pattern and conditions on the components" and how some components can be 
filtered(skipped)  from harvest.wxs file on the fly ? .
And the Installer components  differences are mainly config type only . And I 
did not understand what does ca's means Please bare with me as I am new to Wix.

And we want installer mostly to execute through command line only and not much 
of UI required.

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/one-MSI-Installer-for-all-Environments-as-single-a-package-tp7584156p7584158.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the 
endpoint security space. For insight on selecting the right partner to tackle 
endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to