Re: [WiX-users] Creating user in AD

2006-12-18 Thread Matthew Kowalski
Is there anyone else out there that you know of who could shed some light on this topic? I'm currently trying to have an install create an AD user and I can't seem to get it working. The install is intended to be run on a machine other than the domain controller. The user that I am logged into

Re: [WiX-users] VS2005 C++ and Custom Actions

2006-12-07 Thread Matthew Kowalski
rsday, December 07, 2006 9:55 AM To: Bob Arnson; Mike Dimmick Cc: wix-users@lists.sourceforge.net; Matthew Kowalski Subject: RE: [WiX-users] VS2005 C++ and Custom Actions We could get rid of the CRT dependencies and I used to do that work (had to port over sprint to do it too, that was a pain). Ho

Re: [WiX-users] **Spam** 200 -Dual **Re: VS2005 C++ and Custom Actions

2006-12-06 Thread Matthew Kowalski
TED] Sent: Tuesday, December 05, 2006 1:47 PM To: Matthew Kowalski Cc: wix-users@lists.sourceforge.net Subject: **Spam** 200 -Dual **Re: [WiX-users] VS2005 C++ and Custom Actions I was in a similar situation and just statically linked the runtime library. Of course, I was running an executable instead

[WiX-users] VS2005 C++ and Custom Actions

2006-12-05 Thread Matthew Kowalski
I've created a simple C++ .dll in VS2005 to do some checks for me during the install after a user has selected an installation folder. The problem I am having is with the VS2005 C++ runtime (msvcp80.dll). The compiled .dll apparently needs to have the runtime installed otherwise the installation fa