I want to change the passwordchar property of the User Interface textbox, Is it possible?
Thanks.
Henrique_Machado Tuesday, July 28, 2009 1:25 AM
There's no built-in support for that in VS setup projects. You'd have to use Orca to update the MSI file, find the control that needs the Password attribute in the Control table and update it to add the Password value as here: http://msdn.microsoft.com/en-us/library/aa368042(VS.85).aspx
Marked As Answer byHenrique_MachadoWednesday, July 29, 2009 1:18 AM
PhilWilson Tuesday, July 28, 2009 7:02 PM
There's no built-in support for that in VS setup projects. You'd have to use Orca to update the MSI file, find the control that needs the Password attribute in the Control table and update it to add the Password value as here: http://msdn.microsoft.com/en-us/library/aa368042(VS.85).aspx