Hello,
Could you add a new method to the IShortcutsComponent for creating a shortcut to an installed folder ?
Like the CreateFileShorcut :
https://www.advancedinstaller.com/user- ... onent.html
Methods
CreateFileShorcut(IFolder target, IFile file) - Creates a new shortcut for the specified file, in the desired target folder.
It could be :
Methods
CreateFolderShorcut(IFolder target, IFolder folder) - Creates a new shortcut for the specified folder, in the desired target folder.
Thanks