This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Question: Can i have multiple assemblies in a Universal Installer...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 09, 2006
06:26 PM
Question: Can i have multiple assemblies in a Universal Installer...
hey guys,
have been using installshield for a couple of months now...
we were first only generating installers using product build configurations...
now we want to generate assemblies and have one product with all assemblies in it.
generating assemblies is not a problem until now.
now i created a universal installer and am having multiple assembly referenced.
the product has two features...each with one assembly reference.
the problem i have is that only the first assembly screens come up when i run the installer... the second assembly screens just dont come up.... but it just goes ahead and runs the second assembly when i say install.
could anyone tell what the problem is...
help would be greatly appreciated..
thanks,
Milind.
have been using installshield for a couple of months now...
we were first only generating installers using product build configurations...
now we want to generate assemblies and have one product with all assemblies in it.
generating assemblies is not a problem until now.
now i created a universal installer and am having multiple assembly referenced.
the product has two features...each with one assembly reference.
the problem i have is that only the first assembly screens come up when i run the installer... the second assembly screens just dont come up.... but it just goes ahead and runs the second assembly when i say install.
could anyone tell what the problem is...
help would be greatly appreciated..
thanks,
Milind.
(4) Replies
‎Aug 14, 2006
08:54 AM
I Apparently still dont have a solution for this problem... is there anyone who can help me with this...
Just to Re-Iterate: I have a installer with a product build confguration and has a reference to 2 different assemblies. when i build the product and run the installer, it only runs the first assembly, i.e. all screens of first assembly come up... the second assembly doesent come up... but it does install both the assemblies...
Milind
Just to Re-Iterate: I have a installer with a product build confguration and has a reference to 2 different assemblies. when i build the product and run the installer, it only runs the first assembly, i.e. all screens of first assembly come up... the second assembly doesent come up... but it does install both the assemblies...
Milind
‎Apr 12, 2007
06:59 PM
If you copied your project from the original in order to create the new one, then there is a UID hidden in the .uip file which gets duplicated that can NOT be edited from the IDE. You need to edit the UID in the project file. Look for the line:
If those two lines are identical in your two projects, then that is the cause of your problem.
A similar edit needs to be done for the "Uninstall" uid further down in the project.
If those two lines are identical in your two projects, then that is the cause of your problem.
A similar edit needs to be done for the "Uninstall" uid further down in the project.