J
John G
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
==========================================
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
==========================================