Page 1 of 1

I want to use Selected Components but i have a problem

Posted: Tue Mar 02, 2021 9:07 pm
by sanguinarypc
Hello i am very new on Actual Installer.
I have teh 8.2 Pro+ version.

i want to have 2 separated components one for my 32 bit and and one with 64bit app.
And i create 2 shortcut link for them.
put if i intall one of the i have both of the shortcuts on desktop.
How i can avoid that to have only the right shorutcut ?
For example if i select the 32 bit app check box then after intallation i must have only the 32bit shorcut and if select only the
64 bit app check box then after intallation i must have only the 62bit shorcut.

Is any way i can do that ?

Thanks.

Re: I want to use Selected Components but i have a problem

Posted: Mon Mar 08, 2021 12:35 pm
by Leo
use System / Commands to remove unneeded shortcut:
File: <SystemDir>\cmd.exe
Parameters: /C IF /I <ComboBoxIndex>==0 (del /Q "<Desktop>\app-32.lnk")

If you need more details, please send me your project file (in AI click Help / Support).