Trick to getting Xcopy distribution to work?

  • Thread starter Thread starter Jack Black
  • Start date Start date
J

Jack Black

Is there a trick (or is it even possible) to get an xcopy distribution of an
app to work on restricted-privilege domain users' workstations? I have the
appropriate application properties set in the project:
Auth mode: Windows
Onclick enabled
Full Trust
Signed with Strong Name key file

I invariably get a .Net security warning/error upon either launch or
shutdown. The domain-authenticated users do not have any elevated privs on
the workstation itself, only domain-based privileges. So the main question
it this: is an Xcopy distributin even possible in a normal (ie, secured)
domain environment? Are there any GOOD, CURRENT docs on xcopy distro and/or
OneClick?

Thanks,
Jack
 
I invariably get a .Net security warning/error upon either launch or
shutdown. The domain-authenticated users do not have any elevated
privs on the workstation itself, only domain-based privileges. So the
main question it this: is an Xcopy distributin even possible in a
normal (ie, secured) domain environment? Are there any GOOD, CURRENT
docs on xcopy distro and/or OneClick?

Is your application using permissions beyond what's allowed for the zone?
 
Back
Top