cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Paul6151
Level 5

SdLicense2Ex parameters

the parameter szLicenseFile should specify the path of the license file.
If will be using this:

szLicenseFile = SUPPORTDIR ^ "License.rtf";


where will i put the license.rtf such that the code above will locate the actual file.

thank you.
Labels (1)
0 Kudos
(2) Replies
ChandanOmkar
Level 8

Go to installation designer -> behavior and logic -> support files/billboards ->support files ->language independent.

Copy your licanse.rtf file here. The setup will copy the file into the temp folder during installation.

you can check your temp folder during installation to see this file. There will be a unique folder created by setup and the file will be placed into it. that is the SUPPORTDIR.

hope this will help.
0 Kudos
Paul6151
Level 5

yes, it helped. thanks a lot!
0 Kudos