Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
6k views

Wix create non advertised shortcut for all users / per machine

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 ...
1
vote
1answer
268 views

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

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 ...
1
vote
3answers
3k views

DISABLEADVTSHORTCUTS=1 disables all shortcuts

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 ...
0
votes
1answer
61 views

How Do I Prevent the Installer from Running when Application Data Files are Removed?

I have an application written in VB.Net with Visual Studio 2005. The application allows the user to create and save project files. When I distribute the application, I include some demo project files, ...
0
votes
2answers
948 views

How do you remove an advertised shortcut programmatically?

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 ...