Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Shortcut target problem
 

Shortcut target problem

Hi

I have created an installer using vs 2005, and created a shortcut of the exe in desktop.

This is working fine but when i right click the shortcut in desktop , Target is disabled and it's blank

How to solve this??
rajashanmugam  Tuesday, May 20, 2008 1:03 PM

Visual Studio setups generate these advertised shortcuts, that's what they. There's no IDE support for switching these off, so you have to edit the MSI file with the Orca MSI editor. Go to the Property table and add the case-sensitive propertyDISABLEADVTSHORTCUTS and give it a value of 1.

http://msdn.microsoft.com/en-us/library/aa368297(VS.85).aspx

PhilWilson  Tuesday, May 20, 2008 8:15 PM

Visual Studio setups generate these advertised shortcuts, that's what they. There's no IDE support for switching these off, so you have to edit the MSI file with the Orca MSI editor. Go to the Property table and add the case-sensitive propertyDISABLEADVTSHORTCUTS and give it a value of 1.

http://msdn.microsoft.com/en-us/library/aa368297(VS.85).aspx

PhilWilson  Tuesday, May 20, 2008 8:15 PM

You can use google to search for other answers

Custom Search

More Threads

• LoadRunner technology (vugen) and ClickOnce
• Set Path to Read Text File
• checking connection string via setup project
• Click once deployment asking for interop.word
• Remove IGNORE button from Uninstall wizard if Program is in USE by other appliaction.
• Setup bootstrap not displaying download progress status when downloading project.msi
• problem with installing over an existing installation...
• Publish using unsigned ClickOnce manifests
• install app from FTP? [visual c# Express 05]
• Prerequisites uploading for each new Build