Advertised Shortcuts in a setup and deployment project

  • Thread starter Thread starter Pat
  • Start date Start date
Thanks Phil, But do you know if it is possible to do this in the Visual
Studio Setup and Deployment project?



Phil Wilson said:
Get hold of Orca from the Windows SDK, install from Orca.msi.
Use it to open your built MSI file, go to the Property table.
Add a new row, property name case-sensitive DISABLEADVTSHORTCUTS and give it
a value of 1.
Save the MSI file.

http://msdn2.microsoft.com/en-us/library/aa368297.aspx


--
Phil Wilson
[MVP Windows Installer]

Pat said:
How can I create a setup and deploment project which does not create
Advertised Shortcuts.
 
No it's not. This should be in a FAQ somewhere, but VS setup projects simply
do not offer IDE support to all the features of Windows Installer. If you
want IDE support for more than one feature, custom actions in the UI
sequence, your own custom dialogs, support for patches, non-advertised
shortcuts etc etc then go for another tool. That's why InstallShield, Wise,
Wix, Advanced Installer and so on are in business.
--
Phil Wilson
[MVP Windows Installer]

Pat said:
Thanks Phil, But do you know if it is possible to do this in the Visual
Studio Setup and Deployment project?



Phil Wilson said:
Get hold of Orca from the Windows SDK, install from Orca.msi.
Use it to open your built MSI file, go to the Property table.
Add a new row, property name case-sensitive DISABLEADVTSHORTCUTS and give
it
a value of 1.
Save the MSI file.

http://msdn2.microsoft.com/en-us/library/aa368297.aspx


--
Phil Wilson
[MVP Windows Installer]

Pat said:
How can I create a setup and deploment project which does not create
Advertised Shortcuts.
 
Back
Top