I am trying to create a silent install for Balsamiq Mockups which appears to be created using Inno Setup compiler.
As part of the standard silent install it creates a desktop shortcut which I wish to prevent.
Does anyone know the relevant command line switch to prevent the desktop icon being created?
I have tried using /MERGETASKS="!desktopicon"
but this does not work. Is there a way to list what Tasks and their variable names that are being run/used by the install process?