ctacke/>
Fri Feb 23 07:23:56 CST 2007
Didn't I already say that?
--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
"c_xyTopa" <a.dratchnev@runtime.de> wrote in message
news:Oiy9V8yVHHA.5068@TK2MSFTNGP03.phx.gbl...
>i included the 1st CAB in the [SourceDisksFiles] and [CopyToProgramFiles]
>sections of *.inf file for the 2nd CAB.
> but the 1st CAB file does not execute itself.
>
> it seems that custom installer is needed.
>
http://msdn2.microsoft.com/en-us/library/ms838273.aspx
>
> "Joe" <Joe@discussions.microsoft.com> schrieb im Newsbeitrag
> news:C733D290-3136-4FC4-A31D-175F2667D452@microsoft.com...
>>I did something like that.
>>
>> I create 2 .INF scripts for CabWiz.
>>
>> First, create an .INF script like MakeCab1.INF with all of your files for
>> installing your app. If you run "cabwiz.exe MakeCab1.INF /err cab1.log
>> /cpu
>> ARM", you will get MakeCab1.ARM.CAB.
>>
>> Next, create another .INF script like MakeCab2.INF that specifies
>> MakeCab1.ARM.CAB (or whatever your output CAB file from above is) in your
>> list of files to install. If you run "cabwiz.exe MakeCab1.INF /err
>> cab1.log
>> /cpu ARM", you will get MakeCab2.ARM.CAB.
>>
>> Hope that helps.
>
>