> Bob Arnson wrote: Jul 20, 2007; 11:20am
>> Craig Ward wrote: Jul 20, 2007; 04:47am
>> I'm experiencing a slight problem with the CustomizeDlg's "Location"
>> control. When installing, this dlg correctly displays the target
>> directory, and (again correctly) allows me to browse for a new path.
>> However, once installed, if I re-run the installation program and select
>> the Change option, then the dlg displays the original/default target
>> directory, and not the actual directory used for installation.
>>
>
> I can't reproduce that: In maintenance mode, the location controls are
> hidden, per the Condition, since they can't be changed during maintenance.

I am seeing this also.  However, I only see the issue on my x64 install.

I upgraded a test environment with WiX 3.0.5217.0, and it still appears with 
this build.
After installation and then selecting "Change" in Add/Remove Programs, the 
"Location:" text and "Browse..." button are correctly hidden.  However, the 
directory (between "Location:" and "Browse...") is displayed and it is showing 
the default value instead of the actual value.

I assume this is a problem on x64 with 
CustomizeDlgLocation-CustomizeDlgLocation defined in WixUI_*.wxl, but I don't 
know how to follow it back from there.

Here is a snippet of my WiX code.

    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="ProgramFiles64Folder" Name="PFiles">
        <Directory Id="COMPANY_DIR" Name="$(var.Brand_CompanyName)">
          <Directory Id="PRODUCT_DIR" Name="$(var.Brand_ProductName)">

Is anyone else seeing this, or is it just me?

Thanks,
Dale


Dale Quigg  |||  Senior Build / Configuration / Installation Engineer
MessageGate  |||  Enterprise Email Governance


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to