cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DebbieAllen
Level 2

InstallShield in VS2012 and encryption of app.config

Hello,
I have a windows application created in Visual Studio 2012 and InstallShield Limited Edition.
I want to encrypt the connection string in app.config.
I've googled and spent many hours researching to no end. Can someone please tell me how to do this?
In Visual Studio 2010, we could use the Setup project but in VS2012 this has been replaced with InstallShield.

😞
Thanks,
Debbie
0 Kudos
(1) Reply
NameTooShort
Level 7 Flexeran
Level 7 Flexeran

Hello Debbie,

The functionality is not built in. You will need to create a custom action to do this.
Perhaps ASP.NET IIS Registration Tool might do what you need?
http://msdn.microsoft.com/en-US/library/k6h9cz8h%28v=vs.80%29.aspx
0 Kudos