I am using InstallShield 2010 to build the installer of my project and I would like to hide the name of files showed while they are transferred to HD:
Can I hide the file name and keep the progress bar? Or even to suppress the window and replace it by another?
Anyone have any idea about how can I do this?
You can use "SetStatusWindow" function in installscript to overcome this. An example is in InstallShield site itself: SetStatusWindow Example