Results 1 to 3 of 3

Thread: Packages...

  1. #1
    Join Date
    Jul 2002
    Location
    Lincolnshire, IL
    Posts
    171

    Unhappy Packages...

    I have a number of packages that I have created that install fine and work properly for a given user. The problem I have is when I add a new user to the machine Windows Installer requires access to the original package to complete a "mini-setup" if you will for that new user. Is there a way around this? I believe I have the AllUsers property set.

    Any help would be appreciated!

    Thanks,

    BCM4309

  2. #2
    Join Date
    Jan 2002
    Location
    Oakland, CA, USA
    Posts
    5,348
    It appears that the package write per-user information to the system (file and/or registry). The application might require these per-user information to function. I would suggest keeping the package as it is now.

  3. #3
    Join Date
    Sep 2002
    Location
    InstallShield
    Posts
    148
    By default ALLUSERS=2 is set. This will force the application to install for all users. If installed under an Admin account, and to the Current User, if using a non-Admin account. So it looks to me that you are logged in as a 'Normal' user. You should log in under the 'Admin' account.
    Praveen Lokhande
    InstallShield Software Corp.

Posting Permissions

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