Hi,
i've got a problem with my application. Im using VB6 with an access database. In developping on Windows 2000.
When I am log as "administrator" I can run my program without any trouble but if I'm log as a normal user :
1) A message box "Windows Installer-preparing to install"; message box with progress bar "Please wait while Windows configures Microsoft Office 2000 SR-1 Disc 2"; progress bar goes about half way, then
2) message box "Error 1706. No valid source could be found for product Microsoft Office 2000 SR-1 Disc 2. The Windows installer cannot continue". I click on "OK".
After that, my program can run normally (that process sometimes occur to 2 times in a row). I want to eliminate those weird messages box.
I've check my code and notice that the problem happen at the line :
' IDFormat is StdDataFormat type
IDFormat.Format = "00000000"
I put that line in comment and now the problem is at the line :
Load formeOptions
The problem also occurs almost everywhere in the program.
Nothing of that happen when i'm logged as Administrator. Im using Visual Studio Installer. Do I have to change right or something so that normal can run the program normally ? Should I try to reinstall Office 2000 ? ( I Used to have a similar problem with opening .mdb files)
thanks,
Frank
(Sorry for my bad english)