PDA

View Full Version : set msi property from bootstrapper


cdundee
07-14-2007, 04:15 PM
if I define a property in the MSI how can I use it's value in .lua script that is used in bootstrapper?


Thanks.

cdundee
07-14-2007, 05:31 PM
This is not a cross post. I tried to edit my previous post to add another question but it did not take it.

My question is:
No matter what I do I cannot disable the CurrentUser radio button on the UserProfileDlg. I set the disabled attribute and I also added a disable condition but as soon I click ok to close the dialog editor window the attribute and condition is reset and the radio button control is enabled. How can I disable radio button?

Thanks.