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




"Robert Barnes" <robert.bar...@gmail.com> 

01/05/2009 11:09 PM
Please respond to
"General discussion for Windows Installer XML toolset." 
<wix-users@lists.sourceforge.net>


To
"General discussion for Windows Installer XML toolset." 
<wix-users@lists.sourceforge.net>
cc

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






2009/1/3 Peter Oehlert <poehl...@securityinnovation.com>:
> 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 
the
> value to a property on install. Then I'll reference that property during
> both the user creation and iis app pool creation. Is there a custom 
action
> out there to already do this or is this something I'll need to do 
myself?
>
> Thanks,
> Peter

I want to do exactly the same thing. Does anyone know of a custom
action implementation in the public domain that I could use?

Changing the topic slightly - if I was to go and write my own DLL in C
or C++ will I have issues caused by the different versions of the C
Runtime that might be on machines I install onto?

Regards,
Rob

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




**************************************************************************************
This communication is intended solely for the addressee and is
confidential. If you are not the intended recipient, any disclosure, 
copying, distribution or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. Unless indicated
to the contrary: it does not constitute professional advice or opinions
upon which reliance may be made by the addressee or any other party,
and it should be considered to be a work in progress. Unless otherwise
noted in this email or its attachments, this communication does not form 
a Statement of Actuarial Opinion under American Academy of Actuaries guidelines.
**************************************************************************************
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to