limiting software installation to specific user(s)

Ask a Question related to Windows XP/2000/ME, Design and Development.

  1. #1

    Default limiting software installation to specific user(s)

    Many software packages now ask, during installation, whether the
    installation is limited to the current user/installer or if it's for all
    users. If a package does not have this option, how do you accomplish this?
    Case in point: I have recently reformatted my hard drive and reinstalled
    all software and restored data. I then created a limited user account for
    my wife (which I have done before). However, when she logs in to her
    account, several applications (that are not in either my or her startup
    folder but can be viewed in MSCONFIG) attempt to start. Active Sync starts
    looking for a handheld device (I have an iPAQ) which she does not have,
    Zinio Reader attempts to open an account (I used it to download and read my
    PC Magazine subscription), etc. She ends up with about 10 dialogue boxes
    all stacked up, each one requesting an account name, a button click, etc. I
    am not certain why this has happened since the reformat and reinstall
    procedure is the same each time, but this is the first time I have faced
    these problems. I'd appreciate any suggestions as to where I can find
    information regarding this part of XP administration.


    MS Guest

  2. Similar Questions and Discussions

    1. Limiting Editing to specific page content
      I bought this product for this specific reason from the Adobe sales literature: "With Adobe Contribute 4, site administrators can ensure that only...
    2. Problem limiting recordset after User Login with PHP /MYSQL
      Am developing dynamic website area for customers to log in and view their specific inventory items. If I use a HTML form and pass form parameters to...
    3. Limiting uploaded image width in user-posted content?
      I have created a blogging system where users can upload pics to their galleries then place them into their blogs by way of <img> tags. The problem...
    4. Error During Installation of Software
      When attempting to install software, I get the following error message: You do not have access to make the required system configuration...
    5. Software installation
      I bought what I thought would be a full version of Windows XP Home edition from a retailer. What I got was a OEM product. When I tried to install...
  3. #2

    Default Re: limiting software installation to specific user(s)

    Two things of quick note. A lot of applications handle automatic startup via
    the registry rather than the "startup" folder and if an application is
    configured or defaulted to all users it may use the "All Users" startup
    folder. Fortunately, MSConfig will tell you where a given application has
    hooked it self. When looking at MSConfig you'll see, generally, one of four
    locations referenced.

    "Common Startup" refers to "C:\Documents and Settings\All Users\Start
    Menu\Programs\Startup". Any thing will be auto started for all users of the
    machine.
    "Startup" refers to your personal startup folder located in C:\Documents and
    Settings\[user]\Start Menu\Programs\Startup.
    The other two references are in the registry.
    "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" will launch an
    application for all users of the machines.
    "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" is user specific
    launch.

    If there is an item in "Common Startup" that you want to launch specific to
    yourself, then you can cut and paste from the "all user" startup folder into
    your personal startup folder. However, if the startup item is in the HKLM
    part of the registry things get a bit tricky. You have to manually copy the
    data to the HKCU part of the registry and delete it from the HKLM part of
    the registry. I'll hold off on how to do that at present until you have a
    chance to see if you can simply move stuff around via the startup folders.
    Playing with the registry is dangerous.

    --
    Walter Clayton - MS MVP(WinXP)
    Associate Expert
    [url]http://www.microsoft.com/windowsxp/expertzone[/url]
    Any technology distinguishable from magic is insufficiently advanced.
    [url]http://www.dts-l.org[/url]
    [url]http://support.microsoft.com/servicedesks/fileversion/default.asp[/url]


    "MS" <wra@@amole.com> wrote in message
    news:OXyM$uuTDHA.1740@TK2MSFTNGP12.phx.gbl...
    > Many software packages now ask, during installation, whether the
    > installation is limited to the current user/installer or if it's for all
    > users. If a package does not have this option, how do you accomplish
    this?
    > Case in point: I have recently reformatted my hard drive and reinstalled
    > all software and restored data. I then created a limited user account for
    > my wife (which I have done before). However, when she logs in to her
    > account, several applications (that are not in either my or her startup
    > folder but can be viewed in MSCONFIG) attempt to start. Active Sync
    starts
    > looking for a handheld device (I have an iPAQ) which she does not have,
    > Zinio Reader attempts to open an account (I used it to download and read
    my
    > PC Magazine subscription), etc. She ends up with about 10 dialogue boxes
    > all stacked up, each one requesting an account name, a button click, etc.
    I
    > am not certain why this has happened since the reformat and reinstall
    > procedure is the same each time, but this is the first time I have faced
    > these problems. I'd appreciate any suggestions as to where I can find
    > information regarding this part of XP administration.
    >
    >
    Walter Clayton Guest

  4. #3

    Default Re: limiting software installation to specific user(s)

    Unfortunately, they are not in the "all user" startup folder either. I can
    see what direction you are heading and would appreciate more detail.
    Thanks.


    "Walter Clayton" <w-claytonNO@SPmvpsAM.org> wrote in message
    news:OhNMYHwTDHA.1576@TK2MSFTNGP12.phx.gbl...
    > Two things of quick note. A lot of applications handle automatic startup
    via
    > the registry rather than the "startup" folder and if an application is
    > configured or defaulted to all users it may use the "All Users" startup
    > folder. Fortunately, MSConfig will tell you where a given application has
    > hooked it self. When looking at MSConfig you'll see, generally, one of
    four
    > locations referenced.
    >
    > "Common Startup" refers to "C:\Documents and Settings\All Users\Start
    > Menu\Programs\Startup". Any thing will be auto started for all users of
    the
    > machine.
    > "Startup" refers to your personal startup folder located in C:\Documents
    and
    > Settings\[user]\Start Menu\Programs\Startup.
    > The other two references are in the registry.
    > "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" will launch an
    > application for all users of the machines.
    > "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Ru n" is user specific
    > launch.
    >
    > If there is an item in "Common Startup" that you want to launch specific
    to
    > yourself, then you can cut and paste from the "all user" startup folder
    into
    > your personal startup folder. However, if the startup item is in the HKLM
    > part of the registry things get a bit tricky. You have to manually copy
    the
    > data to the HKCU part of the registry and delete it from the HKLM part of
    > the registry. I'll hold off on how to do that at present until you have a
    > chance to see if you can simply move stuff around via the startup folders.
    > Playing with the registry is dangerous.
    >
    > --
    > Walter Clayton - MS MVP(WinXP)
    > Associate Expert
    > [url]http://www.microsoft.com/windowsxp/expertzone[/url]
    > Any technology distinguishable from magic is insufficiently advanced.
    > [url]http://www.dts-l.org[/url]
    > [url]http://support.microsoft.com/servicedesks/fileversion/default.asp[/url]
    >
    >
    > "MS" <wra@@amole.com> wrote in message
    > news:OXyM$uuTDHA.1740@TK2MSFTNGP12.phx.gbl...
    > > Many software packages now ask, during installation, whether the
    > > installation is limited to the current user/installer or if it's for all
    > > users. If a package does not have this option, how do you accomplish
    > this?
    > > Case in point: I have recently reformatted my hard drive and
    reinstalled
    > > all software and restored data. I then created a limited user account
    for
    > > my wife (which I have done before). However, when she logs in to her
    > > account, several applications (that are not in either my or her startup
    > > folder but can be viewed in MSCONFIG) attempt to start. Active Sync
    > starts
    > > looking for a handheld device (I have an iPAQ) which she does not have,
    > > Zinio Reader attempts to open an account (I used it to download and read
    > my
    > > PC Magazine subscription), etc. She ends up with about 10 dialogue
    boxes
    > > all stacked up, each one requesting an account name, a button click,
    etc.
    > I
    > > am not certain why this has happened since the reformat and reinstall
    > > procedure is the same each time, but this is the first time I have faced
    > > these problems. I'd appreciate any suggestions as to where I can find
    > > information regarding this part of XP administration.
    > >
    > >
    >

    MS Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139