Re: Netbeans installer source for desktop shortcuts?

"Alex O'Ree" <[email protected]> Mon, 28 Aug 2017 19:17:47 -0400
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <CALLT8khcC-BLXXp-=oVL0d1Y0dg4e3vj3=j3iV8ZpbTS0mTW-g@mail.gmail.com>
Thanks!

On Mon, Aug 28, 2017 at 3:20 PM, Peter Hansson
<[email protected]> wrote:
> The helper classes for this are in the so called NBI Engine. Have a look in
>
> nbi/engine/src/org/netbeans/installer/utils/SystemUtils.java.
>
> (method createShortcut.java ... and then take it from there)
>
>
> For usage example, have a look at:
>
> libs.nbi.ant/stub/ext\components\products\helloworld\src\org\mycompany\ConfigurationLogic.java
>
>
> (despite the name 'helloworld' this is actually the source code which
> is used when you generate an Installer for your NB Platform
> application)
>
>
> /Peter
>
> On Mon, Aug 28, 2017 at 5:56 PM, Alex O'Ree <[email protected]> wrote:
>> Hi everyone. I were looking for inspiration on how netbeans creates
>> desktop/start menu/lanuch icons on the various operating systems,
>> where would I look in the source?
>>
>> Thanks!