![]() |
|
#1
|
|||
|
|||
|
When is the problem with the MDAC 2.7 Merge Module going to be fixed where it blocks installation on any operating system post-Windows Server 2003?
I see the current merge module still includes the following check Code:
ElseIf ((vVerNT = "501") Or (vVerNT = "502")) Then ' If it is XP do not install Code:
ElseIf (vVerNT >= "501") Then ' If it is XP or higher, do not install Seven months ago Chandima said: Quote:
Last edited by madtech : 03-29-2006 at 08:56 AM. |
|
#2
|
|||
|
|||
|
As none of the Developers have replied to this thread, should I presume there are no plans to fix this bug any more?
If so, how do we work around the problem, short of distributing a different installation set for Windows Vista users? |
|
#3
|
||||
|
||||
|
InstallShield accepted this as a feature request (IOC-000047479), but I don't know when or how they're going to change the module. Until then you need to modify the module yourself, or use a custom prerequisite instead.
__________________
Stefan Krüger Microsoft Windows Installer MVP InstallSite.org Stefan's Blog ![]() Please post your questions in the forum |
|
#4
|
|||
|
|||
|
Thanks for your help Stefan.
I hadn't realised it was possible to edit the MSM files using InstallShield. Took a while to figure out how to get into the VBS file in the Binary table, but now that is all edited, I would hope that solves the problem. Will test when I get a chance over the next few days. |
|
#5
|
||||
|
||||
|
The work order #IOC-000047479 will be fixed in InstallShield 12.
Thank you. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|