Hi all,
I'm upgrading a IP406v2 to 5.0 but Avaya have dropped support for VMLite and it can no longer be installed from the Admin suite setup. After having a look around the Admin CD (I'm using 5.0.15), VMLite is actually still there but the option to install it is hidden.
It looks like Avaya have tried to make the VMLite component appear only if it detects that you have it installed already but they seemed to have messed it up a bit. The result is the option never appears no matter where you install it or what you install it over.
If, however, you'd like to be able to choose it at install time you can apply a transform to the install package that removes the broken check and makes it availible.
For those familiar with MSI transform files, the row you want to drop is under the 'Condition' table and specifies 'Voice_Mail' as the feature. If you don't want to have to generate your own transform file I've attached one suitable for version 5.0.15 of the Admin CD (it will not work with any other version).
To use it, save the attachment to your computer and run the following command (from Start, Run);
I've successfully installed VMLite this way to a fresh machine. I've not tried to upgrade an existing install of Manager/VMLite yet but there shouldn't be any reason why it won't work like previous releases.
If anyone wants detailed instructions on how to make your own transform file I'll be happy to post some.
I hope this helps some of you using VMLite; at least until Avaya choose to remove it completely from the Admin CD anyway.
Cheers.
I'm upgrading a IP406v2 to 5.0 but Avaya have dropped support for VMLite and it can no longer be installed from the Admin suite setup. After having a look around the Admin CD (I'm using 5.0.15), VMLite is actually still there but the option to install it is hidden.
It looks like Avaya have tried to make the VMLite component appear only if it detects that you have it installed already but they seemed to have messed it up a bit. The result is the option never appears no matter where you install it or what you install it over.
If, however, you'd like to be able to choose it at install time you can apply a transform to the install package that removes the broken check and makes it availible.
For those familiar with MSI transform files, the row you want to drop is under the 'Condition' table and specifies 'Voice_Mail' as the feature. If you don't want to have to generate your own transform file I've attached one suitable for version 5.0.15 of the Admin CD (it will not work with any other version).
To use it, save the attachment to your computer and run the following command (from Start, Run);
Code:
msiexec.exe /i "[path to install files]/ip office admin suite.msi" TRANSFORMS="[path to transform file]\vmlite5_0_15.mst"
I've successfully installed VMLite this way to a fresh machine. I've not tried to upgrade an existing install of Manager/VMLite yet but there shouldn't be any reason why it won't work like previous releases.
If anyone wants detailed instructions on how to make your own transform file I'll be happy to post some.
I hope this helps some of you using VMLite; at least until Avaya choose to remove it completely from the Admin CD anyway.
Cheers.