#1
|
||||
|
||||
Icon TaskBar
I'm trying to create an icon on the taskbar
But I can not, Icone is created in ({userappdata}\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar) but does not appear on the taskbar Sera missing any entry in Regedit or it is not possible to create icon on the taskbar Thanks script - Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\{#AppName}; Filename: {#path}; Check: Task; IconFilename: {app}\icon.ico |
Sponsored Links |
#3
|
||||
|
||||
Thank you Vint56 works perfect
But I wanted to have the option in [icons] for the user to choose Create or not icon on the taskbar |
#5
|
||||
|
||||
It was very good I managed to wear with Botva2
I did not find how to modify the executable name It creates icon in the progress bar as the name of the executable It would be possible to create icone with the game name the type Name: {Commandesktop} \ {# MyAppName}; Filename: {app} {# myappexename}; Check: Desktopiconscheck But with the progress bar Thanks |
#6
|
||||
|
||||
Thank you but it did not work.
|
#7
|
||||
|
||||
Code:
procedure CurStepChanged(CurStep: TSetupStep); begin if CurStep = ssDone then begin if userappdata.Checked then PinToTaskbar(ExpandConstant('{group}\{#MyAppName}.lnk'), true); PinToStartMenu(ExpandConstant('{group}\{#MyAppName}.lnk'), true); end; end; procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep); begin if CurUninstallStep = usUninstall then begin PinToTaskbar(ExpandConstant('{group}\{#MyAppName}.lnk'), false); PinToStartMenu(ExpandConstant('{group}\{#MyAppName}.lnk'), false); end; end; |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
buttignol (30-03-2022) |
#8
|
||||
|
||||
Quote:
A small modification Quote:
|
#9
|
||||
|
||||
Thank you Vint56, Cesar82
Perfect the way I wanted Hugs |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
inno setup problem and desktop icon under windows | fabrieunko | Conversion Tutorials | 2 | 10-10-2021 23:18 |
How to change the icon of unins000.exe? | nizcoz | Conversion Tutorials | 8 | 14-06-2017 12:51 |
Transformers: Rise of the Dark Spark 2xDVD5 *GBB+srep+FreeArc lzma* | ahmetbtmn | PC Games - CD/DVD Conversions | 6 | 02-07-2014 13:46 |
Anyone know why some PS2 games waste memorycard space needlessly? | Cyber Akuma | PS2 Games | 8 | 09-11-2006 16:54 |
Icon is always the same | _SpRoKaT_ | CD/DVD Copy Protections & Utilities | 1 | 04-07-2001 09:07 |