For 3, the best practice is to know in advance that you don't want to allow
a per-user installation and prevent it. VS 2005 setups have an
InstallAllUsers project property that you can use to default to Everyone,
and this article will help you get rid of the choice (because VS setups
don't have a dialog editor).
http://support.microsoft.com/kb/835460

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
>I have a C# app (VS2003) that has been installed on 5 Win2000 Server
>machines
[quoted text clipped - 33 lines]
> Thanks in advance.
> Gary
G Hustis - 24 Oct 2006 17:09 GMT
Thanks Phill, in our new 2005 apps we will employ this. My problem now is
that we have a VS2003 app that was installed by one user & Unistalled by
another & we cannot get it to run and figure out why.
So any help in resolving this would be great.
> For 3, the best practice is to know in advance that you don't want to allow
> a per-user installation and prevent it. VS 2005 setups have an
[quoted text clipped - 39 lines]
> > Thanks in advance.
> > Gary