Is there a wiki article or anything on security best practices where this stuff could be captured a little more formally?
-----Original Message----- From: Sean Hall [mailto:r.sean.h...@gmail.com] Sent: August-27-14 6:44 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Burn to MSI -- Secure password -- Best Parctice Make sure that your mba uses the SecureStringVariables property in the Engine class, which requires that your password is in a SecureString. You shouldn't put the password in a System.String. On Wed, Aug 27, 2014 at 11:55 AM, Phill Hogland <phogl...@rimage.com> wrote: > Thanks Rob, very much. I had the Bundle/@Variable hidden but missed > the Product/@Property. Thanks again. > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-to- > MSI-Secure-password-Best-Parctice-tp7596576p7596578.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ---------------------------------------------------------------------- > -------- > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users