installshieldinstallshield-2013

where does installer keeps its billboard files after installation in Windows


I am Using InstallShield. I Have used some Billboards. After Installation Of the Program, When I go to Control Panel -> Add Remove Programs, and try to change my Program, BillBoard images still appear.

Want to know from which Directory is the Installer picking up the Billboard images now.

Found the same files in %TEMP%, but is there any other location also in which Installer keep Its support Files as %Temp% is just a temp location and can be any time deleted.

Hope, I am clear with My question.

Thanks in advance.


Solution

  • In InstallShield, the installer picks up the billboard files from SUPPORTDIR at Runtime. Although We keep the Billboard images in Billboard sub Section in InstallShield, but at runtime it extracts all support files like Billboard files together in SUPPORTDIR. We can Access these files using SUPPORTDIR as directory at runtime.

    Install Shield Creates a Minimalistic cache of the installer at FOLDER_APPLICATION\InstallShield Installation Information and runs this at time of Uninstall and uses Billboards stored in data1.cab here, which can be used through SUPPORTDIR ^ nameofBIllboard

    Hope it will be helpful.