Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

CAB to MSI


5 replies to this topic

JackDali

JackDali
  • Members
  • 2 posts

Posted 26 October 2004 - 17:27

I have a CAB file that contains a DLL and INF file.

If I package these up within an MSI can I assume the package will execute the cab install using the INF?

Thanks for any insights ... I'm basically trying to deploy (via a GPO) the contents of the cab.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 27 October 2004 - 07:15

Per-se the MSI will simply copy the CAB file. If you want it to execute the INF you will have to add a custom action that does something like rundll32 with the command line parameters to execute the inf.

JackDali

JackDali
  • Members
  • 2 posts

Posted 27 October 2004 - 13:39

Thanks, any resources you could point me too?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 28 October 2004 - 09:08

Is this a driver install or a software install? In other words: Does the INF file have a DefaultInstall section?

InstallDev

InstallDev
  • Full Members
  • 43 posts

Posted 29 October 2004 - 16:33

Hi,
Can you please tell me how to do it for software installation...

Thank you very much

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 29 October 2004 - 17:29

Please look at sample "Install a Windows Shell INF File" at http://www.installsi.../en/isp_ext.htm. It's written in InstallScript but you should be able to produce something similar in the programming language of your choice.