The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
I know that the disk space in that panel is taken from the $FREE_DISK_SPACE_BYTES$ variable. the question is- is there a way to make it appear in MG or GB instead of bytes?10x
Hi,during installation I'm executing a custom code that suppose to check connection to a DB.if the connection isn't created the code throws an exception that I'm catching and showing to the user-in order that he will fix the parameters he entered.Aft...
Can I add functionality to the done button.for example- I want to launch something when the user press Done at the end of installation. Is it possible?
Is there a way to change the content of : please wait panel which shows every time I'm executing a custom code for example?right now it says:"Please wait,$PRODUCT_NAME$ is being configured for your system" which is pretty stupid if I'm executing a de...
Hi,During installations I need to create a couple of keys in the registry.Installanywhere can handle STRING,DWORD and BINARY values, but I need a REG_MULTI_SZ value.Does any one have any idea how to do it?10xAlon
10x for the quick reply.I know it is in byes(as I said in the questions)- my question was:is there a way to customize the panel to display the free space in MB or GB instead of bytes
I did what you suggested and I found out what was the problem.in my code I have this lineString dataBaseVersion = ip.substitute("$DBVERSION$") to get the value of DBVERSION variable-the problem is that in my development machine this value is not set ...
if I understand what you suggested right-that is exactly what I do.at the beginning of the code you can see:Object previousValue=ip.setVariable("MESSAGE_TO_DISPLAY","NO");now-if I catch an sqlEception I writing its cause(I'm doing that in another cla...
so I tried-in did in the first place my class had the "throws InstallException" in its declaration,so I removed it and instead used try and catch for SQLExceptions,but still if SQLException is thrown and catched by the code the installer reports it ...