cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
enanrum
Level 9

Create Icon in java? Need to minimize window!

Does anyone know how to use the java api:

com.installshield.product.actions.DesktopIcon

to cereate an Icon! The reason I'm trying to do it in Java is because I need to minimize the window when the command is ran and this can not be done using the shortcut wizard action!

Thanks,
Tom
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

I think that action uses the DesktopService interface to create shortcuts; but alas, there's no built-in argument to set the maximize/minimize/restore flag. Could you (for example) create a shortcut to a batch file that launches start /MIN something.exe?
0 Kudos