Subscribe to Subscribers
Talk to Webmaster Tony John

Resources » .NET programming » Visual Studio

Set a password textbox for Visual Studio .NET setup project


Posted Date:     Category: Visual Studio    
Author: Member Level: Gold    Points: 6


making password textbox; adding password textbox to setup project; converting normal textbox to password textbox;



 


In the early release of Microsoft Setup & Deployment projects, we dont have provision called Password Textbox. i.e. If we want to take the input of user id and password while deploying the setup file, user has to key in password also in the normal textbox(i.e. it is visible to anybody). This is an issue in terms of security aspects. Later microsoft realized this and come up with a tool called ORCA.

By using this tool, we can convert a normal textbox to password textbox and other types as per the requirement. For more details about this ORCA tool, please go through the below article that was published at Code Project Mono website.

http://www.codeproject.com/KB/install/setupprjpwd.aspx

As per the above said link, we need to deploy ORCA tool first and then, by using this tool, we can read the control information of .msi file(i.e. setup file). So that, we can easily change the type of the control by chainging the value at Attribute column of respective control. I already implemented this concept for one of my windows application.





Did you like this resource? Share it with your friends and show your love!


Responses to "Set a password textbox for Visual Studio .NET setup project"
Author: Naveen    04 Feb 2010Member Level: Bronze   Points : 0
Hi Vijay,
Thanks for posting such a nice article. This helped me a lot"



Author: Vijay Kumar Vemula    04 Feb 2010Member Level: Gold   Points : 1
Hi Naveen,

Thanks for your complement. I know this should be an useful article.

Thanks,
VijayV.



Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: Customized TextBox
    Previous Resource: TFS - The in and out - Chapter I ( An Overview)
    Return to Resources
    Post New Resource
    Category: Visual Studio


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    Password textbox  .  Deployement project  .  .msi project  .  Setup project  .  Converting textbox to password textbox  .  
    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.