The registration process requires encryption and validation of the code. I obtained Delphi code for this a long time ago. I guess I could try to convert this to the pascal scripting available in Inno Setup which I'm using, but I would rather not change the system which has worked very well for 6 years now.
So my original question stands. I have found a Vista Manifest on the internet which I can compile into my programs as a resource, and this will apparently provide access to everything that an installation program does, but I wonder if I do this if restricted users will then be able to run the program at all. That may not be a problem as my app has always required Power User permissions, so this can continue if necessary. Thanks, Ross. ----- Original Message ----- From: "Rob Kennedy" <[EMAIL PROTECTED]> To: "Borland's Delphi Discussion List" <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2007 3:52 AM Subject: Re: D7/Vista Question Ross Levis wrote: > I don't have Vista here (yet) but my users will be using my D7 app on > Vista. > > The first run of my app after installation requires administrator > permissions to register and write to the HKLM registry. After this > stage, it will run with restricted user permissions. That's an installation task. Why doesn't the installer do it? -- Rob _______________________________________________ Delphi mailing list -> [EMAIL PROTECTED] http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [EMAIL PROTECTED] http://www.elists.org/mailman/listinfo/delphi

