Inno setup subfolders with additional installation in "All Programs" list?

djedjica

I'm trying to create setup with Inno, I'm interested in how to add folder that will be shown as subfolder in programs directory in All Programs list. I'm planning to set some drivers in there, sho that user can start them manually from "All Programs" list, if they do not succeed to install automatically? Thank you!

RobeN
[Setup]
DefaultGroupName=MyCompanyName\MyAppName

[Icons]
Name: "{group}\MyNormalModeFunctionShortcut"; Filename: "{app}\{#MyAppExeName}"; WorkingDir: "{app}"
;this is default one
Name: "{group}\MySubfolderName\MySafeModeFunctionShortcut"; Filename: "{app}\{#MyAppExeName}"; Parameters: "-safemode"; WorkingDir: "{app}"
;this one is placed in Subfolder

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Canceling an installation in Inno Setup

From Dev

Inno Setup: pack folder with all subfolders

From Dev

Inno Setup Check additional (Windows Installer) mutex

From Dev

Inno Setup: copy folder, subfolders and files recursively in Code section

From Dev

Inno setup executes [UninstallRun] during installation followup

From Dev

Inno setup: detect installation based on product code

From Dev

Sign all exe files on Inno Setup Installation

From Dev

Stop InstallShield installation when Inno Setup is detected

From Dev

Inno Setup - How to set permissions of installation folder

From Dev

Inno setup: detect installation based on product code

From Dev

Adding additional files to an Inno based setup for a Netbeans application

From Java

Is it possible to list the install actions in Inno Setup?

From Dev

List of Inno Setup pages in order with parameters and screenshot

From Dev

Inno Setup: List all file names in an directory

From Java

Check installation path for spaces and special symbol in Inno Setup

From Java

Inno Setup: Load file edited during installation for wpInfoAfter

From Dev

Inno Setup custom dialog with per user or per machine installation

From Dev

Force Inno Setup to show UAC prompt during installation

From Dev

Show text during installation process with inno-setup

From Dev

Inno Setup 32bit and 64bit dll installation

From Dev

Inno Setup Executing a large sql script file during installation

From Dev

What happens in Inno Setup when you list the same file twice?

From Dev

Inno Setup - Disable dropdown list on Selected Components Menu

From Dev

Scale radio button list with font size in Inno Setup

From Dev

How to create a scrollable radio button list in Inno Setup?

From Dev

Check if all Strings in a String List are the Same in Inno Setup

From Dev

Inno Setup - How to increase the separation between all the components of the component list?

From Dev

Inno setup hide installation items when switching from one installation to ther other

From Dev

Inno Setup Load defaults for custom installation settings from a file (.inf) for silent installation

Related Related

  1. 1

    Canceling an installation in Inno Setup

  2. 2

    Inno Setup: pack folder with all subfolders

  3. 3

    Inno Setup Check additional (Windows Installer) mutex

  4. 4

    Inno Setup: copy folder, subfolders and files recursively in Code section

  5. 5

    Inno setup executes [UninstallRun] during installation followup

  6. 6

    Inno setup: detect installation based on product code

  7. 7

    Sign all exe files on Inno Setup Installation

  8. 8

    Stop InstallShield installation when Inno Setup is detected

  9. 9

    Inno Setup - How to set permissions of installation folder

  10. 10

    Inno setup: detect installation based on product code

  11. 11

    Adding additional files to an Inno based setup for a Netbeans application

  12. 12

    Is it possible to list the install actions in Inno Setup?

  13. 13

    List of Inno Setup pages in order with parameters and screenshot

  14. 14

    Inno Setup: List all file names in an directory

  15. 15

    Check installation path for spaces and special symbol in Inno Setup

  16. 16

    Inno Setup: Load file edited during installation for wpInfoAfter

  17. 17

    Inno Setup custom dialog with per user or per machine installation

  18. 18

    Force Inno Setup to show UAC prompt during installation

  19. 19

    Show text during installation process with inno-setup

  20. 20

    Inno Setup 32bit and 64bit dll installation

  21. 21

    Inno Setup Executing a large sql script file during installation

  22. 22

    What happens in Inno Setup when you list the same file twice?

  23. 23

    Inno Setup - Disable dropdown list on Selected Components Menu

  24. 24

    Scale radio button list with font size in Inno Setup

  25. 25

    How to create a scrollable radio button list in Inno Setup?

  26. 26

    Check if all Strings in a String List are the Same in Inno Setup

  27. 27

    Inno Setup - How to increase the separation between all the components of the component list?

  28. 28

    Inno setup hide installation items when switching from one installation to ther other

  29. 29

    Inno Setup Load defaults for custom installation settings from a file (.inf) for silent installation

HotTag

Archive