I am trying to get the ProductName property in a LUA script Custom Action.
I am using the following code:
Product_Name = MSI.GetProperty("_hinstall","ProductName");
I keep getting an error:
4529: An inactive or invalid handle was supplied.
I have tried it with and without quotes around the parameters, I still get the same error.
What am I Missing![]()
![]()

Reply With Quote
