Re: [WiX-users] Generating random password for created user

2009-01-12 Thread Peter Oehlert
. --Peter -Original Message- From: Joe Osman [mailto:joe.os...@tait.co.nz] Sent: Monday, January 12, 2009 4:51 PM To: General discussion for Windows Installer XMLtoolset. Subject: Re: [WiX-users] Generating random password for created user You can use the following vbscript: Function

Re: [WiX-users] Generating random password for created user

2009-01-12 Thread Joe Osman
atic linking so you don't have any dependencies. > > Kelly > > > > > "Robert Barnes" > > 01/05/2009 11:09 PM > Please respond to > "General discussion for Windows Installer XML toolset." > > > > To > "General discussion for

Re: [WiX-users] Generating random password for created user

2009-01-06 Thread Robert Barnes
2009/1/6 Kelly Leahy : > Robert, your best bet if you're building a C/C++ custom action is to use > static linking so you don't have any dependencies. Kelly, thanks for the clue. Rob -- __

Re: [WiX-users] Generating random password for created user

2009-01-05 Thread Kelly Leahy
al discussion for Windows Installer XML toolset." cc Subject Re: [WiX-users] Generating random password for created user 2009/1/3 Peter Oehlert : > I'm creating a couple of service accounts with my install to be used as the > identity of an IIS App Pool. I'd like

Re: [WiX-users] Generating random password for created user

2009-01-05 Thread Robert Barnes
2009/1/3 Peter Oehlert : > I'm creating a couple of service accounts with my install to be used as the > identity of an IIS App Pool. I'd like to simply create very long securely > random passwords (cryptgenrandom or system.security.RandomNumberGenerator). > I'm still fairly new to this but I think

[WiX-users] Generating random password for created user

2009-01-02 Thread Peter Oehlert
I'm creating a couple of service accounts with my install to be used as the identity of an IIS App Pool. I'd like to simply create very long securely random passwords (cryptgenrandom or system.security.RandomNumberGenerator). I'm still fairly new to this but I think I need a custom action to set th