PDA

View Full Version : trialware and properties creation



jbade@sbcglobal
05-24-2005, 06:45 PM
Hi,

I have this java jar. I used the universal installshield and created a setup.exe . It works fine. Now, I have to add two more functionalities to it.
1> Create a trialware feature
2> create a properties file or an ini file.

But in Universal installshield I am unable to do either. So I used BasicMSI and in it I used this setup.exe.
Well, now, when I test it, it is going through the setup/dialogs twice once the BasicMSI and other is the universal.

So, please advice how to do the above functionalities for a java application.

Please help.
-J