Hi all,
I am trying to set up a DirectorySearch element to set a property.
My directorySearch currently looks like the following:
<Property Id="JAWS14USERENUSCRIPTINSTALLPATH" Secure="yes">
      <DirectorySearch Id="UserAppData" Path="[AppDataFolder]">
        <DirectorySearch Id="FreedomScientificUser" Path="Freedom Scientific">
          <DirectorySearch Id="JAWSUser" Path="JAWS">
            <DirectorySearch Id="Version14UserPath" Path="14.0">
              <DirectorySearch Id="Version14UserSettingsPath" Path="Settings">
                <DirectorySearch Id="Version14UserEnuPath" Path="Enu">
                  <DirectorySearch Id="JAWS14USERENUSCRIPTINSTALLPATH" 
AssignToProperty="yes" Depth="4">
                  </DirectorySearch>
                </DirectorySearch>
              </DirectorySearch>
            </DirectorySearch>
          </DirectorySearch>
        </DirectorySearch>
      </DirectorySearch>
    </Property>
My msi log's relivant entry looks as follows:
MSI (c) (E0:34) [13:33:49:679]: PROPERTY CHANGE: Adding 
JAWS14USERENUSCRIPTINSTALLPATH property. Its value is 'E:\'.
This installation is in a per user context.
The path should be:
C:\Users\Sean\AppData\Roaming\Freedom Scientific\JAWS\14.0\Settings\enu
Can someone give me a pointer or two.
Regards
Sean.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to