This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: SdLicense2Ex parameters
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 07, 2009
01:56 AM
SdLicense2Ex parameters
the parameter szLicenseFile should specify the path of the license file.
If will be using this:
where will i put the license.rtf such that the code above will locate the actual file.
thank you.
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 07, 2009
06:33 AM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 27, 2009
01:42 AM
yes, it helped. thanks a lot!
