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

InstallShield Project Setup


1 reply to this topic

Hiren

Hiren
  • Full Members
  • 2 posts

Posted 17 January 2012 - 23:40

Hello All,

I need suggestions in creating a flexible InstallShield project architecture for a software that will be sold to hardware OEM. Sorry I cannot give out more details on the customer names... hope you understand.

So basically, my company sells OEM branded software that is repackaged with same files but compilations\run-time behavior is different based on the OEM customer.

I have to create an installation software project that installs same files, BUT it must install those files as a different Product Name and as such it must have its own unique Company Name, folders, graphics, shortcuts, registry entries, Add\Remove Applet entries, Component GUIDs etc… One major requirement is that if this final software were to be installed side by side by consumers, the installer from both OEM should work and components are not shared or uninstalled by each others hardware.

Obviously, I was thinking of creating a solution\project file and once it installs properly, change all STRING Table entries and GUIDs and save it as a new ISM file… and keep doing it for EACH new OEM customer we sell our products too…. so I know already that I have GUID management nightmare… is there an another solution more elegant and easy to maintain other than managing multiple ISM files…

BTW, I have flexibility to use MSI or InstallScript engine and\or even NEW IS2012 InstallShield projects with external IS GUI in MSI… Other things to know, this project will be localized in over 7 different languages and more... and may have customized GUI for InstallShield screens--which I know it can be done with MSI 4.5 projects in InstallShield 2012 (in concept, at least).

Thanks in advance!
Hiren
Hiren

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 January 2012 - 15:27

I think it would be easier to use one project with multiple "product configurations" per OEM. There you can specify different ProductCode GUIDs, ProductNames etc.