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
- :
- Re: Selection tree control event not working in windows installer 2.0
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
Oct 14, 2009
07:08 AM
Selection tree control event not working in windows installer 2.0
Hi everybody!
We are creating an Basic MSI installer that needs to support vairous OS starting from windows 2000.
In the custom setup screen, for every user selection/deselection in the feature tree, the total disk size required is calculated and displayed in the custom setup screen itself.
This is working fine in windows 2003 OS onwards, But in windows 2000 server(ie windows installer 2.0) does not support the tree control event actions. Is there any way to resolve this issue.
The ultimate aim is to display the total disk size required for selected features in the Custom setup screen. Since size calculation operation is done in the doAction of the Selection tree event, in windows installer 2.0 selection tree event is not supported as per the link http://msdn.microsoft.com/en-us/library/aa371604{vs.85}.aspx. since windows installer 2.0 will not call the Custom action that are in the Control Event table of the selection tree, acquiring the state of the feature in the Custom setup screen is not possible this way.
Please write your suggestions/solutions on the above issue.
We are creating an Basic MSI installer that needs to support vairous OS starting from windows 2000.
In the custom setup screen, for every user selection/deselection in the feature tree, the total disk size required is calculated and displayed in the custom setup screen itself.
This is working fine in windows 2003 OS onwards, But in windows 2000 server(ie windows installer 2.0) does not support the tree control event actions. Is there any way to resolve this issue.
The ultimate aim is to display the total disk size required for selected features in the Custom setup screen. Since size calculation operation is done in the doAction of the Selection tree event, in windows installer 2.0 selection tree event is not supported as per the link http://msdn.microsoft.com/en-us/library/aa371604{vs.85}.aspx. since windows installer 2.0 will not call the Custom action that are in the Control Event table of the selection tree, acquiring the state of the feature in the Custom setup screen is not possible this way.
Please write your suggestions/solutions on the above issue.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 14, 2009
07:21 AM
karthic wrote:
Hi everybody!
We are creating an Basic MSI installer that needs to support vairous OS starting from windows 2000.
In the custom setup screen, for every user selection/deselection in the feature tree, the total disk size required is calculated and displayed in the custom setup screen itself.
This is working fine in windows 2003 OS onwards, But in windows 2000 server(ie windows installer 2.0) does not support the tree control event actions. Is there any way to resolve this issue.
The ultimate aim is to display the total disk size required for selected features in the Custom setup screen. Since size calculation operation is done in the doAction of the Selection tree event, in windows installer 2.0 selection tree event is not supported as per the link http://msdn.microsoft.com/en-us/library/aa371604{vs.85}.aspx. since windows installer 2.0 will not call the Custom action that are in the Control Event table of the selection tree, acquiring the state of the feature in the Custom setup screen is not possible this way.
Please write your suggestions/solutions on the above issue.
I am analysing to solve this problem in two different ways
1. If there is a control event that will be called on click of mouse button or which will be called periodically
2. i am trying to create a new thread and get the control id of the tree event of the custom setup screen and get the feature state.
The second method i am looking into may have this problem. since i am creating a thread that is independent of the MSI/Installer, after calculating the size it may not be able to set the total size back to the installer.
Is there any way to set the size back to the installer plz let me know about this or is the first method is possible to implement?
Thanks in advance!!
