Link to home
Start Free TrialLog in
Avatar of zipnotic
zipnoticFlag for United States of America

asked on

Installer for all users leaves error when user tries to load program first time

I have a working installer for a .Net 4 program created in VS 2010.  It gives the installer a choice to install to everyone like normal.  (InstallAllUsers is defaulted to true).  When installed we have been sure to leave this checked.  The program installs into the standard folder c:\ProgramFiles\CompanyName\Application Name.  When a different profile logs on and tries to run the program it gives an error:

Please wait while Windows configures PROGRAM NAME

The feature you are trying to use is on a CD-ROM or other removable disc that is not available.

Do I need to copy and KEEP the MSI file used to originally install the program on the local drive, in the application folder lets say?  It would be nice to just have it on a network drive and install from there.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of zipnotic

ASKER

I found this behavior happens when users install from a thumb drive and not network drive.  When installed from network drive and MSI REMAINS available on network drive this error doesn't occur.