I'm using AI 7.7 build 28804
I'd like to include an abbreviated language name within the bootstrapper file name. I created a new private property "LangName" and localized the value. My bootstrapper file name is now configured like this:
Code: Select all
[|ProductName] Setup [|ProductVersion][|LangName]
===== A: make value empty in the dictionary =====
My dictionary entry for the localized LangName property looks like this:
Code: Select all
<ENTRY id="Property.LangName">
<STRING lang="en" value=""/>
<STRING lang="de" value="de"/>
</ENTRY>
===== B: make value empty in the aip project =====
I then tried to edit the default value of the property and make it empty. I opened the Edit Property dlg and cleared the "Value" field, but the "OK" button disables and you cannot save your changes.
I also tried editing the aip file directly (I know this is dangerous - it was just for testing purposes) and gave the LangName property an empty value:
Code: Select all
<ROW Property="LangName" Value="" ValueLocId="Property.LangName"/>
Thanks for any help you can offer,
Todd