sbhuvane
07-30-2004, 06:31 AM
Hi
I have few doubts with Universal Installer Project
1) In Installshield Multiplatform, to validate date enter in text box, we have an option to link to a custom class(which extends UserInputValidator class) to validate the text box data.
Hope we dont have such an option in IS X UIP Projects. Could you please let me know whats the alternate of this custom validator in IS X ?
2) I have a Custom Class which invokes Native API from a C Dll
I just want to know how to bundle the Dll which should be available only during the installation time and load the same in the Custom Class.
At present, even if i specify some hard-corded path (say C:\sample.dll) in the Custom Class to load the dll and call the Method from Custom Class, then Dll is loaded but it throws the following Exception java.lang.reflect.InvocationTargetException. Hope this is at the point where Native API is called at the Custom class.
Could you please suggest a solution
Regards
Bhuvana
I have few doubts with Universal Installer Project
1) In Installshield Multiplatform, to validate date enter in text box, we have an option to link to a custom class(which extends UserInputValidator class) to validate the text box data.
Hope we dont have such an option in IS X UIP Projects. Could you please let me know whats the alternate of this custom validator in IS X ?
2) I have a Custom Class which invokes Native API from a C Dll
I just want to know how to bundle the Dll which should be available only during the installation time and load the same in the Custom Class.
At present, even if i specify some hard-corded path (say C:\sample.dll) in the Custom Class to load the dll and call the Method from Custom Class, then Dll is loaded but it throws the following Exception java.lang.reflect.InvocationTargetException. Hope this is at the point where Native API is called at the Custom class.
Could you please suggest a solution
Regards
Bhuvana