I've created an InstallShield 2012 Limited Edition installer project for a Visual Studio 2012 solution. I've configured in to create a "Send To" shortcut. However, it creates an advertised shortcut, so Windows doesn't actually display it in the "Send To" menu.
我为Visual Studio 2012解决方案创建了一个InstallShield 2012 Limited Edition安装程序项目。我已配置为创建“发送到”快捷方式。但是,它会创建一个广告的快捷方式,因此Windows实际上并未在“发送到”菜单中显示它。
When I created the shortcut in the installer project, I explicitly chose the "shortcut" option rather than the "advertised shortcut" option, but it creates an advertised one anyway.
当我在安装程序项目中创建快捷方式时,我明确选择了“快捷方式”选项而不是“广告快捷方式”选项,但无论如何它都会创建一个广告。
How can I make the installer generate a non-advertised one?
如何让安装程序生成未公布的安装程序?
1 个解决方案
#1
5
I was able to achieve the same goal by creating a shortcut using the option "New Shortcut to Preexisting File."
通过使用“预先存在文件的新快捷方式”选项创建快捷方式,我能够实现相同的目标。
I then typed in the name of the EXE that would be created by the primary output and it was able to create a Send-To Shortcut with a non-advertised target.
然后我输入将由主输出创建的EXE的名称,并且它能够创建具有未通告目标的发送到快捷方式。
#1
5
I was able to achieve the same goal by creating a shortcut using the option "New Shortcut to Preexisting File."
通过使用“预先存在文件的新快捷方式”选项创建快捷方式,我能够实现相同的目标。
I then typed in the name of the EXE that would be created by the primary output and it was able to create a Send-To Shortcut with a non-advertised target.
然后我输入将由主输出创建的EXE的名称,并且它能够创建具有未通告目标的发送到快捷方式。