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: Suite Extension DLL - access feature properties
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 08, 2012
10:19 AM
Suite Extension DLL - access feature properties
I'm currently working on an extension DLL for a suite installer. I wondered if there's a method for reading or setting these feature properties from the DLL:
FEATURE[name].actionState
FEATURE[name].installState
FEATURE[name].displayName
FEATURE[name].description
FEATURE[name].cost
Any help greatfully received.
FEATURE[name].actionState
FEATURE[name].installState
FEATURE[name].displayName
FEATURE[name].description
FEATURE[name].cost
Any help greatfully received.
(8) Replies
‎Sep 18, 2012
10:43 AM
Well the basic steps are:
1. Look at Michael's excellent blog "Validating User Input in a Suite Project". This is pretty comprehensive.
2. Download the VC++ 2010 Express SuiteCalc.zip example.
3. Download and install VC++ 2010 Express if you don't have another alternative.
3. Modify the SuiteCalc project as required to provide your validation functions and create the extension DLL. Preferably change its name!
4. Make calls to the extension functions in your suite installer where appropriate.
5. Load your new extension DLL into the suite project as a support file.
Hope this helps.
1. Look at Michael's excellent blog "Validating User Input in a Suite Project". This is pretty comprehensive.
2. Download the VC++ 2010 Express SuiteCalc.zip example.
3. Download and install VC++ 2010 Express if you don't have another alternative.
3. Modify the SuiteCalc project as required to provide your validation functions and create the extension DLL. Preferably change its name!
4. Make calls to the extension functions in your suite installer where appropriate.
5. Load your new extension DLL into the suite project as a support file.
Hope this helps.
‎Dec 04, 2017
07:26 AM
Hysteresis wrote:
Well the basic steps are:
1. Look at Michael's excellent blog "Validating User Input in a Suite Project". This is pretty comprehensive.
2. Download the VC++ 2010 Express SuiteCalc.zip example.
3. Download and install VC++ 2010 Express if you don't have another alternative.
3. Modify the SuiteCalc project as required to provide your validation functions and create the extension DLL. Preferably change its name!
4. Make calls to the extension functions in your suite installer where appropriate.
5. Load your new extension DLL into the suite project as a support file.
Hope this helps.
Hello all, i'm currently trying to create a dll for a suite package, and search all over the internet this sample without success.
Do you know where the samples available in the flexera blog (from 2011-2012) could be found?
Do you have the SuiteCalc sample somewhere and does somebody can let me have access to it?
Thanks a lot
‎Dec 04, 2017
09:50 AM
Hello i'm currently working on a dll for a suite package. And on the flexera blog i found the articles with samples and the one you talk about here SourceCalc.zip.
The problem is the link is not working anymore and i get a 404 when i click on it.
Do you know where these samples are now? Is there a way to download them and to see how the functions are called?
If the samples are not on the internet anywhere, could someone have them and can send to me a copy of it? First the SourceCalc.zip but the others from the flexera blog could be nice too.
Thanks and regards
The problem is the link is not working anymore and i get a 404 when i click on it.
Do you know where these samples are now? Is there a way to download them and to see how the functions are called?
If the samples are not on the internet anywhere, could someone have them and can send to me a copy of it? First the SourceCalc.zip but the others from the flexera blog could be nice too.
Thanks and regards