Desktop Icon

 Can you prevent the shortcut icon from being installed on the desktop during an install, if the install is done silently ?

Cheers, Phil

Hi,

 

you can but it affords a little work. Run the setup with the parameter /saveinf=yourfilename.inf ,

choose expert mode and adjust all settings to your needs. A .inf file will be created once the setup is completed, which you can then use to perform a custom silent installation by using /loadinf=yourfilename.inf /silent.

 

regards,

 

Robin

 

 

 Many thanks.

How do you choose "expert mode" ?

Phil

If you are installing the latest version, you can choose it in the first screen of the setup.

For older versions, you may need use the parameter /expert.

 

regards,

 

Robin