my problem is the follwoing: i have included an english and german user license text and followed the how-to given in the help topics. i can build my project and after selecting english in the language selection dialog the install routine runs without any errors. however, when i select german, i get get an error 2870 right after the welcome dialog. on the license agreement dialog, i have changed the the text displayed on the buttons (e.g. from 'next' to 'i accept'), so could that be a problem?
i also read this post http://www.advancedinstaller.com/forums ... &sk=t&sd=a
but dont quite understand the answer as i dont really know when and what for to use tooltips....
this is what the property looks like in the .ail-file i have altered:
<ENTRY id="User_License_DE.rtf">
<STRING lang="en" value="C:\Documents and Settings\kalthaur\Desktop\Setup Projekte\QVM4\User_License_EN.rtf"/>
<STRING lang="de" value="C:\Documents and Settings\kalthaur\Desktop\Setup Projekte\QVM4\User_License_DE.rtf"/>
<STRING lang="en_GB" value=""/>
</ENTRY>
hopefully you can help me, i'm stuck

thanks in advance
best regards
ruth
i have also created a new dialo for selecting the type of install and as said before altered some of the texts displayed. for translating the english text into german in the Text property in the localization dialog i selected 'always translate this string using specified identifier...' and typed ther german translation. now in my .ail file i have some blocks/properties that maybe are conflicted?
e.g. :
</ENTRY>
<ENTRY id="Installationspfad und Verknüpfungen modiizieren">
<STRING lang="en" value="Modify Installation Path and Shortcuts"/>
<STRING lang="de" value=""/>
</ENTRY>
<ENTRY id="Installationspfad: C:/Programme">
<STRING lang="en" value="Installation Path: C:/Program Files"/>
<STRING lang="de" value=""/>
.....
i also tried tried doing e.g. this: <STRING lang="de" value="Installationspfad: C:/Programme"/> but it didn't help...