Mercdev
Tue Jan 16 02:20:19 CST 2007
Hello,
Yes, MS Installer has installed, register has all keys you listed and it is
not working.
But I have some differences with key:
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units\{C4DD002B-53B1-11D2-AA17-00104B0753B3}\Contains\Files]
> "C:\\WINDOWS\\Downloaded Program Files\\AsynchGrid.ocx"=""
on my side it looks like:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
Units\{83D65796-DE77-4a09-A63F-FB9B1B51E2C3}\Contains\Files]
"C:\WINDOWS\Downloaded Program Files\websetup.msi"=""
I suppose that if there will be myconrol.dll instead of websetup.msi it
would be work.
From your example I saw that you used unmanged ActiveX control -
AsynchGrid.ocx, but I need to install managed assembley.
"Luke Zhang [MSFT]" <lukezhan@online.microsoft.com> wrote in message
news:QuCNG8TOHHA.2304@TK2MSFTNGHUB02.phx.gbl...
> Hello,
>
> Does the client have MS Installer installed? With MSI codebased, MS
> Installer is required on the clients. Also, in order to make the control
> visible under Internet Options -> Temporary Internet Files -> Settings ->
> View objects, there are certain registry keys that need to be populated:
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units]
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units\{C4DD002B-53B1-11D2-AA17-00104B0753B3}]
> "SystemComponent"=dword:00000000
> "Installer"="MSICD"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units\{C4DD002B-53B1-11D2-AA17-00104B0753B3}\Contains]
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units\{C4DD002B-53B1-11D2-AA17-00104B0753B3}\Contains\Files]
> "C:\\WINDOWS\\Downloaded Program Files\\AsynchGrid.ocx"=""
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units\{C4DD002B-53B1-11D2-AA17-00104B0753B3}\DownloadInformation]
> "CODEBASE"="setup.msi"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\Distribution
> Units\{C4DD002B-53B1-11D2-AA17-00104B0753B3}\InstalledVersion]
> @="9,6,0,133"
>
> Note that in the above keys GUID {C4DD002B-53B1-11D2-AA17-00104B0753B3} is
> for control and this needs to be replaced by the GUID of the control that
> needs to be deployed
>
> Sincerely,
>
> Luke Zhang
>
> Microsoft Online Community Support
> ==================================================
> Get notification to my posts through email? Please refer to
>
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at
>
http://msdn.microsoft.com/subscriptions/support/default.aspx.
> ==================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>