Hello Sreekanth,Follow the steps mentioned in the below article where variables can have their values set during build time through build time variables.http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalI...
InstallAnywhere 2012 supports the Windows 8 and Windows Server 2012 operating systems.I would suggest you to migrate from IA 2008 to IA 2012.RegardsSunnyBoy
In custom code panel, in panelIsDisplayed method you can use setExitButtonEnabled.Below is the sample code for your reference.public void panelIsDisplayed() { GUIAccess gui = (GUIAccess) customCodePanelProxy .getService(GUIAccess.class); // gui....