Loading
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

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

     

    I hope that helps.

     

    Debbie Landers

     

    Macrovision Corporation
    Expand Post
  • thank you.

     

    I used ISWiProductConfigs.Item() to set it.

     

    set pProdConfig = m_ISWiProject.ISWiProductConfigs.Item(ProductConfig)

     

    iron_giant
    Expand Post

Loading
Upadte ProductName for each release (under Media)