Hello,
just I'm testing Inno setup.
I want to build a structure in the startmenu like this:
Company
Product1
Link to Program
Product2
Link to Program
I tried this (and other):
[Icons]
Name:
"{autoprograms}\{#MyStartMenuFolder}\{#MyProd1Name}\{#MyAppName}";
Filename: "{app}\{#MyAppExeName}"; IconFilename:
"{app}\MyIcon_32_32px.ico"
Name: "{autoprograms}\{#MyStartMenuFolder}\{#MyProd2Name}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\MyIcon_32_32px.ico"
It's not working, no startmenu entries are generated. Can someone
help?
Setup is running with admin mode under MS-Win7 and MS-Win10.
On Monday, November 15, 2021, 11:59:18, Andrew Truckle wrote:
Also, run your installer with logging enabled and review your log to see what it tells you.
--
You received this message because you are subscribed to the Google Groups "innosetup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to innosetup+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/innosetup/68fe1208-3798-4aea-80ba-bded049e5b8en%40googlegroups.com.