
chi31751.552494922516596E12 asked a question.
Upadte ProductName for each release (under Media)
Hi,
I am able to update Product Name and Product version under Installation information->General Information->Product Proterties by using automation script.
However, under Media->Release, for each release, it will not replace existing data with new update. How do I update Product Name and Product version by using automation script?
Thanks
I hope that helps.
Debbie Landers
Macrovision Corporation
I used ISWiProductConfigs.Item() to set it.
set pProdConfig = m_ISWiProject.ISWiProductConfigs.Item(ProductConfig)
iron_giant