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

Reply via email to