posted 17 years ago
Hi,
I am deploying the Eclipse RCP application using JWS.
During installation of my application, I will get an alert message as
"Would you like to create desktop and start menu shortcuts for MY Application?" With options "Yes / No / Configure..."
When the user selected "Yes" option both desktop and start menu shortcuts are created. But when the users selected "No" option both short cuts are not created and the application is launching. To launch the application next time there is no trigger to launch the application because the user selected "No" option.
Expecting:
By default the desktop and start menu shortcuts are created without this alert message "Would you like to create desktop and start menu shortcuts for MY Application?" With options "Yes / No / Configure...� during installation of my application.
Is there any property to set this alert message won't come during installation.
Please suggest me is there any alternative for this.
Thanks,