Results 1 to 3 of 3

Thread: Help with installations

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    38

    Question

    Just doing some brain picking here... I'm wanting to write an application that keeps people from installing software on a machine.

    How can I use vb to monitor whats being installed?

    Thanks

  2. #2
    Frenzied Member CyberCarsten's Avatar
    Join Date
    Sep 1999
    Location
    Aalborg Ø, Denmark
    Posts
    1,544
    Though one!
    You could setup a monitor, that loops the TaskManager every 1 milisec. or so, to see if the files install.exe, setup.exe etc. is in the list, and then stop it.

    Hope this helps!
    razor
    Software Engineer Student, Aalborg University, Denmark
    http://www.cs.auc.dk

    My email at AUC: will get a new email soon
    My website: http://www.razorsoftware.net


    Windows XP Pro/ Gentoo Linux (Laptop)
    Windows XP Pro (Home PC)

  3. #3
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Or you could use policies.
    It would be easy with NT, just dont give the users the admin password.
    With 9x, you'd have to setup a policy on your PDC.

    - jamie
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width