Hi all, bit of a prob and not entirley sure where to post this lol.
ok ive got a c# app, and ive created an installer for it using the setup
wizard, all is well as long as i log on as administrator, ive removed the
.net framework so its not trying to install that, and all my libraries are
copy local, so everything should be ok, but then i install as a normal user,
i get an error message cannot write to folder, upon further inspection the
directories the windows installer has created the administrator has full
access, but users only have read access,
So how do i change the properties in the installer to allow me to install
the app for all users.
Thanks Andrew
Carlos J. Quintero [.NET MVP] - 27 Jun 2005 17:04 GMT
If everything else fails, try to edit the setup tables with Orca:
How To Use the Orca Database Editor to Edit Windows Installer Files
http://support.microsoft.com/kb/255905/EN-US/

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
> Hi all, bit of a prob and not entirley sure where to post this lol.
>
[quoted text clipped - 10 lines]
>
> Thanks Andrew