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

How to build individual cab files for each feature


2 replies to this topic

vishnub

vishnub
  • Full Members
  • 63 posts

Posted 01 March 2005 - 09:57

Hi All,
I am using InstallScript Msi project, i want features to be in separate cab files in separate folder.
By using Release Wizard, i can create individual cab files for each feature. But i want those cab files to be in different directories.

For example,
Two features named Feature1 & Feature2.

Feature1.cab has to be in Feature1
Feature2.cab has to be in Feature2
and Feature1 & Feature2 folders has to be in Disk1 folder.

Is it possible to get the build output like that, or i can manually put those cab files in individual folder's, but how to make Setup.exe to get the files from corresponding folder.
Can anyone help me in this issue.

Thanks
Vishnu smile.gif

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 March 2005 - 16:24

This is not possible by the design of Windows Installer. The CAB files must reside in the same directory as the .msi file.

vishnub

vishnub
  • Full Members
  • 63 posts

Posted 02 March 2005 - 17:05


Thanks Stefan for your clarification.

Thanks
Vishnu smile.gif