PC Review


Reply
Thread Tools Rate Thread

ActiveX Cab installing a MSI

 
 
John G
Guest
Posts: n/a
 
      7th Sep 2008
I have a cab that I want to automatically install a MSI file. I get
the prompt to install the cab, but it doesnt seem to install the MSI
file. Plus I dont see it in Downloaded Programs


Also, I wanted to know how to get the cab to have a Publisher name.
Do I need to buy a certificate or is there another way to do that?

Here is what I have in my cab file:
Merge.cab
---merge.inf
---merge.msi
merge.Inf contents
===========================================
[version]
signature="$CHICAGO$"
AdvancedINF=2.0

[Setup Hooks]
hook1=hook1

[hook1]
run=msiexec.exe /i "%EXTRACT_DIR%\merge.msi" /qn
==========================================

 
Reply With Quote
 
 
 
 
Stephen Connolly
Guest
Posts: n/a
 
      11th Sep 2008
On 7 Sep, 19:44, John G <jwgibl...@hotmail.com> wrote:
> I have a cab that I want to automatically install a MSI file. I get
> the prompt to install the cab, but it doesnt seem to install the MSI
> file. Plus I dont see it in Downloaded Programs
>
> Also, *I wanted to know how to get the cab to have a Publisher name.
> Do I need to buy a certificate or is there another way to do that?
>
> Here is what I have in my cab file:
> Merge.cab
> ---merge.inf
> ---merge.msi
> merge.Inf contents
> ===========================================
> [version]
> signature="$CHICAGO$"
> AdvancedINF=2.0
>
> [Setup Hooks]
> hook1=hook1
>
> [hook1]
> run=msiexec.exe /i "%EXTRACT_DIR%\merge.msi" /qn
> ==========================================


If you enable logging using the logging policy in the registry (see
posts passim) you will at least be able to see whether the MSI was
actually launched and if it failed, why. Alternatively, you could
change the qn to qb! (or even delete it altogether temporarily) and
you would at least see some UI that might give some pointers.

The publisher name is inferred from the digital signature of the cab,
so if you want it not to be 'unknown publisher' you'll have to go cap
in hand to Verisign et al, unless this is for an 'in house'
deployment, in which case you can create your own certificate and use
a policy to make it trusted across your org. As Windows gets more anal
with every release a digital certificate is almost becoming mandatory
for software deployment.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveX is not installing Chandra via WindowsKB.com Windows XP Internet Explorer 3 28th Dec 2007 06:25 AM
ActiveX Control Not Installing in IE rbd Windows Vista General Discussion 5 19th Aug 2006 05:23 AM
Run an ActiveX Control without installing harris.simon@gmail.com Windows XP Internet Explorer 2 22nd Jun 2006 01:44 PM
WGA ActiveX not installing =?Utf-8?B?ZGVsdGFfSg==?= Windows XP Security 1 2nd Feb 2006 05:29 PM
Installing ActiveX Controls in a GPO Troy Microsoft Windows 2000 Group Policy 1 7th Oct 2003 10:40 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:09 PM.