cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
iron_giant
Level 3

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
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

You should be able to use the ProductName and ProductVersion properties of the ISWiProductConfig object.

I hope that helps.

Debbie Landers
Macrovision Corporation
0 Kudos
iron_giant
Level 3

thank you.
I used ISWiProductConfigs.Item() to set it.
set pProdConfig = m_ISWiProject.ISWiProductConfigs.Item(ProductConfig)

iron_giant
0 Kudos