From 076e8757ee775d69a1dad8c5349074d28c9542ef Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 18 Jul 2007 21:28:42 +0000 Subject: [PATCH] Fix for issue 1603 (quickInstall fails to register service on vista) --- opends/src/build-tools/windows/README | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/opends/src/build-tools/windows/README b/opends/src/build-tools/windows/README index 6a19ec2..e90f3a4 100644 --- a/opends/src/build-tools/windows/README +++ b/opends/src/build-tools/windows/README @@ -44,6 +44,16 @@ See the comments in service.c file and common.c for more information. + WHAT is launcher_administrator.exe + ======================== +launcher_administrator.exe is a small windows executable that is intended to +be used by the command line files to launch operations that require +administrator privileges on Vista. Basically is a wrapper containing a +manifest that specifies to require administrator privileges to be run. This +is required if UAC is enabled on Vista so that we have a prompt for the user +asking for confirmation. + +See the comments in winlauncher.c file and common.c for more information. INSTRUCTIONS TO COMPILE winlauncher.exe ======================== @@ -90,7 +100,7 @@ This will generate the binary winlauncher.exe. - INSTRUCTIONS TO COMPILE opends_service.exe + INSTRUCTIONS TO COMPILE opends_service.exe and administrator_launcher.exe ======================== service.c (the main code file for opends_service.exe) uses windows resources and so -- Gitblit v1.10.0