advertised-shortcut

DISABLEADVTSHORTCUTS=1 disables all shortcuts

旧巷老猫 提交于 2019-12-17 22:53:27
问题 We have an application to be run on startup that allows many installed files to be changed after installation. We are trying to turn off the self-healing mode by setting the DISABLEADVTSHORTCUTS=1 property in Orca. However, no shortcuts are being created when this property is set. All the information I've seen indicates that we should be able to create "non-advertised" shortcuts with DISABLEADVTSHORTCUTS=1 set. Any ideas? I have verified that the shortcuts are created correctly if

Can't create non-advertised shortcut in InstallShield 2012 Limited Edition

℡╲_俬逩灬. 提交于 2019-12-10 14:49:54
问题 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. 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

In Wix can an advertised shortcut use the icon from a systems file association?

限于喜欢 提交于 2019-12-10 09:58:58
问题 A question is about Wix and setting the icon of an advertised shortcut: If your installer contains a manual, or document in say .pdf format and you want to create a shortcut to the PDF file. Is it possible to use an icon for the shortcut based on the systems file associations? e.g. User has Adobe reader, the shortcut gets adobe pdf icon. User has Foxit/Other reader, the shortcut gets that program icon instead. etc. 回答1: As far as I understand the installer magic, this is not possible. This

In Wix can an advertised shortcut use the icon from a systems file association?

泪湿孤枕 提交于 2019-12-06 02:59:09
A question is about Wix and setting the icon of an advertised shortcut: If your installer contains a manual, or document in say .pdf format and you want to create a shortcut to the PDF file. Is it possible to use an icon for the shortcut based on the systems file associations? e.g. User has Adobe reader, the shortcut gets adobe pdf icon. User has Foxit/Other reader, the shortcut gets that program icon instead. etc. As far as I understand the installer magic, this is not possible. This has nothing to do with Wix but is a general MSI behaviour. Thus you would need to use un-advertised shortcuts

How do you remove an advertised shortcut programmatically?

梦想与她 提交于 2019-12-02 17:40:32
问题 So I botched an msi installer and deployed it after only testing installation, not uninstall (bad I know, added running of an exe after install, but forgot to specify that it should only occur on install not uninstall). I found the Windows Installer Cleanup util, and the related msizap that I'll use to automate the process. The problem now is that when a newer version is installed on top afterwards, the advertised shortcut still tries to do a repair (or whatever it's actually doing trying to

DISABLEADVTSHORTCUTS=1 disables all shortcuts

我与影子孤独终老i 提交于 2019-11-28 21:37:42
We have an application to be run on startup that allows many installed files to be changed after installation. We are trying to turn off the self-healing mode by setting the DISABLEADVTSHORTCUTS=1 property in Orca. However, no shortcuts are being created when this property is set. All the information I've seen indicates that we should be able to create "non-advertised" shortcuts with DISABLEADVTSHORTCUTS=1 set. Any ideas? I have verified that the shortcuts are created correctly if DISABLEADVTSHORTCUTS is left unchanged. If you're creating a Setup and Deployment project in Visual Studio 2008,

Wix create non advertised shortcut for all users / per machine

柔情痞子 提交于 2019-11-27 10:19:20
In WIX, how do you create a non advertised shortcut in the allusers profile? So far I've only been able to accomplish this with advertised shortcuts. I prefer non-advertised shortcuts because you can go to the shortcut's properties and use "find target". In the tutorials I've seen use a registry value for the keypath of a shortcut. The problem is they use HKCU as the root. When HKCU is used, and another user uninstalls the program (since it's installed for all users) the registry key is left behind. When I use HKMU as the root I get an ICE57 error, but the key is removed when another user

Wix create non advertised shortcut for all users / per machine

落花浮王杯 提交于 2019-11-26 15:07:12
问题 In WIX, how do you create a non advertised shortcut in the allusers profile? So far I've only been able to accomplish this with advertised shortcuts. I prefer non-advertised shortcuts because you can go to the shortcut's properties and use "find target". In the tutorials I've seen use a registry value for the keypath of a shortcut. The problem is they use HKCU as the root. When HKCU is used, and another user uninstalls the program (since it's installed for all users) the registry key is left