VMware Cloud Community
AnonymousDefaul
Enthusiast
Enthusiast

MAC OS - Create Desktop shortcut?

Hello,


The installer is copying Test.app to the ~/Applications folder in MAC OS. Now in the finish dialog it must show the check-box to create desktop short-cut to this app. And if checked create the Desktop short-cut. How to ach9eve this please?

Labels (1)
0 Kudos
2 Replies
AnonymousDefaul
Enthusiast
Enthusiast

You could just use the below code:

<finalPageActionList>      <createSymLink target= or ' ${installdir}/Test.app or '  linkName= or ' ~/Desktop/Test or '  progressText= or ' Create Desktop Shortcut or ' /> </finalPageActionList> 
0 Kudos
AnonymousDefaul
Enthusiast
Enthusiast

copying Test.app to the ~/Applications folder in MAC OS. Now in the finish dialog it must show the check-box to create desktop short-cut to thi

0 Kudos