You mentioned before that you wanted "variable for later usage", these are called properties in MSI. See http://msdn.microsoft.com/en-us/library/aa370889(VS.85).aspx. You'll want to set that to a public property (all capital letters) so that it can be specified on the commandline when the user doesn't run your installer at full UI. For more information about using the PathEdit control see http://msdn.microsoft.com/en-us/library/aa370749(VS.85).aspx.
> Date: Wed, 20 May 2009 11:14:56 -0400 > From: sonukap...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] How to use PathEdit? > > Thanks for checking. > > To what should the attribute be set? The page doesnt say it or I dont see > it. > > On Wed, May 20, 2009 at 11:08 AM, Eric St.John > <eric.st.j...@hotmail.com>wrote: > >> >> See >> http://msdn.microsoft.com/en-us/library/aa372835(VS.85).aspx<http://msdn.microsoft.com/en-us/library/aa372835%28VS.85%29.aspx>you >> will see that the message states "Control [3] on dialog [2] needs a >> property linked to it." >> >> I suggest setting the contr...@property attribute: >> http://wix.sourceforge.net/manual-wix3/wix_xsd_control.htm >> -Eric >> >>> Date: Wed, 20 May 2009 11:02:49 -0400 >>> From: sonukap...@gmail.com >>> To: wix-users@lists.sourceforge.net >>> Subject: [WiX-users] How to use PathEdit? >>> >>> Hello, >>> >>> I am new to Wix. I downloaded the latest version. I need to create a >> dialog, >>> which allows the user to select a folder - I would like to store the >>> selected folder in a local variable for later usage. Please note that >> this >>> is not for the installation folder. I am using this for a different >> purpose. >>> I tried to add a simple PathEdit control into my dialog, however kept >>> getting error 2819. How can I fix that? >>> >>> Thanks >>> >> ------------------------------------------------------------------------------ >>> Crystal Reports - New Free Runtime and 30 Day Trial >>> Check out the new simplified licensing option that enables >>> unlimited royalty-free distribution of the report engine >>> for externally facing server and web deployment. >>> http://p.sf.net/sfu/businessobjects >>> _______________________________________________ >>> WiX-users mailing list >>> WiX-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/wix-users >> >> _________________________________________________________________ >> Hotmail® has ever-growing storage! Don’t worry about storage limits. >> >> http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage1_052009 >> >> ------------------------------------------------------------------------------ >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables >> unlimited royalty-free distribution of the report engine >> for externally facing server and web deployment. >> http://p.sf.net/sfu/businessobjects >> _______________________________________________ >> WiX-users mailing list >> WiX-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wix-users >> > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users _________________________________________________________________ Hotmail® goes with you. http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users