/ Forums / Advansys Formativ / Creating Solutions with Formativ / select directory code not working… / Reply To: select directory code not working…
We just use the WISE Installation System to build applet installers. You could use any installation system you feel comfortable with.
Your installer will need to determine the local applets location. We do this by first chacking the registry to see if the following key/value exists:
HKEY_CURRENT_USERSoftwareAdvansys Corporationformativ1.0Settings
Value: Local Scripts
If this value exists, copy the applet to that location.
If this value doesn’t exist, you need to dynamically determine this location. Use the facilities available in your installer to determine the location of the users ‘My Documents’ location. Then append “AdvansysFormativApplets” to the end of this location.
I hope this helps.
Advansys Support