Hi,
  I am trying to set property value from INI file, but its not works
for me. Its looks that I am doing something wrong.
Example of my code:

    <Property Id="MYPROPERTY">
      <IniFileSearch Id="TestIni" Type="directory" Name="a.ini"
Section="MySection" Key="MyKey">
        <DirectorySearch Id="TestDir" Path="[SOURCEDIR]" Depth="0"/>
      </IniFileSearch>
    </Property>

and I have "a.ini" file in same folder where MSI is stored.
----- start of a.ini -------------
[MySection]
MyKey=SomeData
----- end of a.ini -----------------------

Any idea what I am doing wrong?

Thanks in advance,
 Dima

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to