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
- :
- How to set "Terminal Server Aware" option to IS 10.5 projects?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 11, 2008
01:42 PM
How to set "Terminal Server Aware" option to IS 10.5 projects?
Hi,
I just fix a bug in our IS2008 project (Basic MSI), the fix is that some of our deferred CAs need 'Terminal Server Aware' option, now it works fine.
But we have an old version of the product that was implemented with IS10.5 (IScript MSI), so there is no explicit CAs (from 'Custom Actions' panel). I have been working on 'Basic MSI' project only, how can I propagate the fix to the old version of the product, or how can I make IS10.5 (IScript MSI) project 'Terminal Server Aware' (is it possible I can apply "msidbCustomActionTypeTSAware" in IScript code)?
Thanks,
Peter
I just fix a bug in our IS2008 project (Basic MSI), the fix is that some of our deferred CAs need 'Terminal Server Aware' option, now it works fine.
But we have an old version of the product that was implemented with IS10.5 (IScript MSI), so there is no explicit CAs (from 'Custom Actions' panel). I have been working on 'Basic MSI' project only, how can I propagate the fix to the old version of the product, or how can I make IS10.5 (IScript MSI) project 'Terminal Server Aware' (is it possible I can apply "msidbCustomActionTypeTSAware" in IScript code)?
Thanks,
Peter
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 11, 2008
02:01 PM
I think I posted it just one second too early.
We did have Basic MSI version of the old product, but when I looked at the "In-Script Excution" options, I can't find "Deferred Excution (Terminal Server Aware)" in IS 10.5, is that right? Is there anyway I can put "Terminal Server Aware" option to a deferred custom action under IS10.5 (Basic MSI)?
Thanks,
Peter
We did have Basic MSI version of the old product, but when I looked at the "In-Script Excution" options, I can't find "Deferred Excution (Terminal Server Aware)" in IS 10.5, is that right? Is there anyway I can put "Terminal Server Aware" option to a deferred custom action under IS10.5 (Basic MSI)?
Thanks,
Peter
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2008
10:20 AM
This option corresponds to a value in the Type column of the CustomAction table. It'll be a pain if you can't just select it from the dropdown, but you should be able to look at the Type value in your updated project and apply the same changes manually to your old project.
See http://msdn2.microsoft.com/en-us/library/aa368069(VS.85).aspx for some more details on the bit values in question - you'll generally have to add 0x4000 (16384) to the non TSAware type.
See http://msdn2.microsoft.com/en-us/library/aa368069(VS.85).aspx for some more details on the bit values in question - you'll generally have to add 0x4000 (16384) to the non TSAware type.