Creating shortcut in startup folder using Inno setup

Meghla Khan

I'm developing a java application that i want to run on startup. I used launch4j to create .exe file and Inno setup to generate installer. Is there any way to create a shortcut in the startup folder using Inno setup ??

CAD Developer

In [Icons] section you can use constants {userstartup} or {commonstartup}.

For example:

[Icons]
Name: "{userstartup}\{#MyAppName}"; Filename: "{app}\MyProg.exe"; WorkingDir: "{app}"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Creating a windows installer for python using inno setup

From Java

Creating command-line parameters shortcut depending of language selected in Inno Setup

From Dev

Inno Setup Finding folder and using multiple choice of directories

From Dev

creating a shortcut in a folder in Ubuntu 14.04

From Dev

Create Shortcut in StartUp folder (VB.NET)

From Dev

How to delete a nonempty folder in inno setup

From Dev

Inno Setup: pack folder with all subfolders

From Dev

Inno Setup: Delete folder with Task function

From Dev

Inno Setup - Get a path to parent folder

From Dev

Inno Setup - How to set permissions of installation folder

From Dev

Inno Setup shortcuts for folder are not opening in Windows 10

From Dev

Wix# create shortcut in common startup folder using C# not XML

From Dev

Using AppMutex with silent Inno Setup

From Dev

creating a vb6 setup with mysql via inno setup

From Dev

Check for existence of a shortcut pointing to a specific target in Inno Setup

From Dev

Check for existence of a shortcut pointing to a specific target in Inno Setup

From Dev

WIX - Creating an uninstall shortcut inside installed folder

From Dev

Keyboard shortcut for creating a new folder or file? (Windows)

From Dev

WIX - Creating an uninstall shortcut inside installed folder

From Dev

Automatically creating a particular screen setup on startup

From Dev

Signing files using Inno Setup with the signonce flag

From Dev

Inno Setup: access violation using IShellLink GetWorkingDirectory

From Dev

Using {AppVersion} as a parameter for a function in Inno Setup

From Dev

Microsoft SmartScreen - suspended using Inno Setup installer?

From Dev

How to support thousands of files using Inno Setup?

From Dev

Write serial number to file using Inno Setup

From Dev

Using constants and code in procedure calls (inno setup)

From Dev

Using custom DLL with Inno-Setup

From Dev

Create a small web installer using Inno Setup

Related Related

  1. 1

    Creating a windows installer for python using inno setup

  2. 2

    Creating command-line parameters shortcut depending of language selected in Inno Setup

  3. 3

    Inno Setup Finding folder and using multiple choice of directories

  4. 4

    creating a shortcut in a folder in Ubuntu 14.04

  5. 5

    Create Shortcut in StartUp folder (VB.NET)

  6. 6

    How to delete a nonempty folder in inno setup

  7. 7

    Inno Setup: pack folder with all subfolders

  8. 8

    Inno Setup: Delete folder with Task function

  9. 9

    Inno Setup - Get a path to parent folder

  10. 10

    Inno Setup - How to set permissions of installation folder

  11. 11

    Inno Setup shortcuts for folder are not opening in Windows 10

  12. 12

    Wix# create shortcut in common startup folder using C# not XML

  13. 13

    Using AppMutex with silent Inno Setup

  14. 14

    creating a vb6 setup with mysql via inno setup

  15. 15

    Check for existence of a shortcut pointing to a specific target in Inno Setup

  16. 16

    Check for existence of a shortcut pointing to a specific target in Inno Setup

  17. 17

    WIX - Creating an uninstall shortcut inside installed folder

  18. 18

    Keyboard shortcut for creating a new folder or file? (Windows)

  19. 19

    WIX - Creating an uninstall shortcut inside installed folder

  20. 20

    Automatically creating a particular screen setup on startup

  21. 21

    Signing files using Inno Setup with the signonce flag

  22. 22

    Inno Setup: access violation using IShellLink GetWorkingDirectory

  23. 23

    Using {AppVersion} as a parameter for a function in Inno Setup

  24. 24

    Microsoft SmartScreen - suspended using Inno Setup installer?

  25. 25

    How to support thousands of files using Inno Setup?

  26. 26

    Write serial number to file using Inno Setup

  27. 27

    Using constants and code in procedure calls (inno setup)

  28. 28

    Using custom DLL with Inno-Setup

  29. 29

    Create a small web installer using Inno Setup

HotTag

Archive