
chrissshen1.5524893761750955E12 asked a question.
Edit default Error Messages
Hi,
I was wondering if there is a way to edit Installshield's default error messages. Basically those starting with IDS_IFX_ERROR
Any ideas?
Thanks a lot!
Christian

chrissshen1.5524893761750955E12 asked a question.
I was wondering if there is a way to edit Installshield's default error messages. Basically those starting with IDS_IFX_ERROR
Any ideas?
Thanks a lot!
Christian
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Activity: Status change: 2 hours ago
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
IDS_IFX_ERROR_UPDATE_VERSION_COMPARE_FAILURE
IDS_IFX_ERROR_UPDATE_PRODUCT_NOT_INSTALLED
IDS_IFX_ERROR_UPDATE_NOT_APPROPRIATE
those strings are defined in some pre-compiled object files in the IS program directory.
In "...\Program Files\Macrovision\IS2008\Script\isrt\Include\SDINT.H" there's an external function declared
external prototype STRING SdLoadString( NUMBER );
which returns a string for each of the defined error codes. you could build a mini script that could extract all of the current string values and write them to a file. then you could modiffy those strings, and re-implement the SdLoadString function.
back stuff up before modifying! do a quick test before throwing too much time away. good luck!