This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- MSIShortcutProperty in InstallScript Project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jul 01, 2011
04:10 AM
MSIShortcutProperty in InstallScript Project
Hello,
we have a large project written in an InstallScript-Project without MSI-Setup. Now we try to set the MSIShortcutProperty Table for the shortcuts in Windows 7.
Is there any solution to set the table without converting the project to MSI?
Thanks for your help in advance.
LordSnyder
we have a large project written in an InstallScript-Project without MSI-Setup. Now we try to set the MSIShortcutProperty Table for the shortcuts in Windows 7.
Is there any solution to set the table without converting the project to MSI?
Thanks for your help in advance.
LordSnyder
(1) Reply
Jul 01, 2011
08:10 AM
You can't use the MsiShortcutProperty table without Windows Installer, but that table is just a data-driven interface to the IPropertyStore interface. I believe Raymond Chen offered some C++ code recently for working with IPropertyStore. You may be able to translate this to InstallScript (and swap out the properties in question for the ones you want to use).