不需要 Inno-setup 开始菜单项

Inno-setup start menu entries not required

我正在使用 inno setup 为我的程序构建一个安装文件,但不想添加开始菜单条目。在 inno-setup 中需要什么 keyword/settings 才能实现此目的?

删除 [Icons] 部分中 Name 属性以 {group} 开头的条目。示例:

Name: {group}\MyExe; Filename: {app}\Bin\MyExe.EXE; WorkingDir: {app}\Bin; IconFilename: {app}\Bin\MyExe.EXE; Comment: Starty MayExe; IconIndex: 0