re: Question about 'Windows Installer Appears Every Time I Start an Application'
Thursday, March 17, 2005 at 8:06 am Windows 2000 Annoyances Discussion Forum
Posted by John B
(2 messages posted)
I have a slightly different twist on this problem:
I have an application developed using VB6 which makes use of the MS DataGrid. I
have built the install using Visual Studio Installer 1.1.
The issue is when a user logs in for the first time and runs the application, whenever
the datagrid is to be displayed, MS Office installer kicks off.
I have been able to address this by updating the registry as needed with the fix
supplied below (thanks Phillip!) However, I have many users whose accounts do not
have access to write to the registry, and since the fix is at the HKCU level, it
doesn't help to apply it when installed.
Is there a way I can use this grid without triggering Office install? Or a registry
fix not at the HKCU level? The application does not require Office. If I put it
on a machine without Office, it runs just fine.
Thanks in advance for any thoughts.
Regards,
John
On Tuesday, July 30, 2002 at 12:19 pm, Phillip wrote:
>
>The answer You've all been waiting for... & its tried and tested!!
>
>(These registry keys fix the Microsoft Office Installer)
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\General\InstallProductID]
>@="{00000409-78E1-11D2-B60F-006097C998E7}"
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\LanguageResources]
>"1033"="On"
>"HelpLanguage"=dword:00000409
>"InstallLanguage"=dword:00000409
>"UILanguage"=dword:00000409
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\LanguageResources]
>"1033"="Off"
>"2057"="On"
>"HelpLanguage"=dword:00000409
>"InstallLanguage"=dword:00000409
>"UILanguage"=dword:00000409
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\UserInfo]
>-"UserInitials"
>-"UserName"
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common\UserInfo]
>-"UserInitials"
>-"UserName"
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Access]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Access]
>"UserData"=dword:00000001
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Common]
>"UserData"=dword:00000001
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Excel]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel]
>"UserData"=dword:00000001
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Outlook]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook]
>"UserData"=dword:00000001
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\PowerPoint]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\PowerPoint]
>"UserData"=dword:00000001
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Word]
>"UserData"=dword:00000001
>
>[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\FrontPage]
>"UserData"=dword:00000001
>[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\FrontPage]
>"UserData"=dword:00000001
>
>Have Fun!
|
All messages in this thread [show all]
 |  |  | re: Question about 'Windows Installer Appears Every Time I Start an Application' (John B: Thu, Mar 17, 2005, 8:06 am) |
| |
| |
Return to the Windows 2000 Discussion Forum
|
|