Quote:
Originally Posted by kaka2021
|
Add the following under `[Icons]` in your Inno Setup script:
Quote:
[Run]
Filename: "https://www.google.com"; Description: "website"; Flags: postinstall shellexec skipifsilent; Tasks: ; Languages:
|
This will add a shortcut that opens the Google website after installation.