Yes, that is what I wanted.

 

Why? well, the default installation will be C:\PF\ProductName\VX.Y where we do 
not expose the ProductName\VX.Y (to make sure we control that path on SxS 
installations)

But if the user selects the advance installation, we only want to show C:\PF 
for them to see and change, and hence the quiestion about this change, even if 
they do not change anythign on the advance installation it will always attach 
ProductName\VX.Y to the installation path, so we really do not install on PF, 
but that is what I want to show.

 

Thanks

ANdres
 
> From: r...@robmensching.com
> Date: Wed, 9 Dec 2009 23:38:25 -0800
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] AdvanceUI for the default installation being 
> [ProgramFilesFolder]
> 
> The APPLCIATIONFOLDER Directory will end up resolving to ProgramFilesFolder
> with this code. Why do you want to install straight into ProgamFilesFolder?
> That seems odd.
> 
> On Wed, Dec 9, 2009 at 6:06 PM, Andres Juarez <andresj_...@hotmail.com>wrote:
> 
> >
> > Hi All,
> >
> >
> >
> > In the exemple in the SDK to use the AdvanceUI:
> >
> >
> >
> > <Directory Id="TARGETDIR" Name="SourceDir">
> > <Directory Id="ProgramFilesFolder" Name="PFiles">
> > <Directory Id="APPLICATIONFOLDER" Name="My Application Folder">
> > ...
> > </Directory>
> > </Directory>
> > </Directory>
> >
> >
> >
> > <Property Id="ApplicationFolderName" Value="My Application Folder" />
> >
> >
> > For a per-machine installation, the default installation location will be
> > [ProgramFilesFolder][ApplicationFolderName]
> >
> >
> >
> > What would it be the approach if I want to use the AdvanceUI but the
> > default installation being [ProgramFilesFolder]
> >
> >
> >
> > I have tried the below and it seems to work, (ICE pass too) but I am not
> > sure if that property will be used anywhere else:
> >
> >
> >
> >
> >
> > <Directory Id="TARGETDIR" Name="SourceDir">
> > <Directory Id="ProgramFilesFolder" Name="PFiles">
> > <Directory Id="APPLICATIONFOLDER" >
> > ...
> > </Directory>
> > </Directory>
> > </Directory>
> >
> >
> >
> > <!--<Property Id="ApplicationFolderName" Value="ProgramFilesFolder"/>-->
> >
> >
> >
> > Thanks
> >
> > Andres
> >
> > _________________________________________________________________
> > Get gifts for them and cashback for you. Try Bing now.
> >
> > http://www.bing.com/shopping/search?q=xbox+games&scope=cashback&form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_Shopping_Giftsforthem_cashback_1x1
> >
> > ------------------------------------------------------------------------------
> > Return on Information:
> > Google Enterprise Search pays you back
> > Get the facts.
> > http://p.sf.net/sfu/google-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> 
> 
> -- 
> virtually, Rob Mensching - http://RobMensching.com LLC
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
_________________________________________________________________
Chat with Messenger straight from your Hotmail inbox.
http://www.microsoft.com/windows/windowslive/hotmail_bl1/hotmail_bl1.aspx?ocid=PID23879::T:WLMTAGL:ON:WL:en-ww:WM_IMHM_4:092009
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to