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
- :
- Suite - Operations, Target
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 23, 2012
09:47 AM
Suite - Operations, Target
Hello,
is it the sense of the different packages, that in a Windows Installer package in all four operations only a MSI file can be selected as target?
Or in an Executable Package in all four operations only an EXE file can be started?
Regards
Johannes
is it the sense of the different packages, that in a Windows Installer package in all four operations only a MSI file can be selected as target?
Or in an Executable Package in all four operations only an EXE file can be started?
Regards
Johannes
5 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 24, 2012
08:56 AM
Yes, that's basically true. Each package type only knows how to start its type of file. Only an MSI package knows how to get MSI progress, for example. I think the EXE package is a little more flexible, and can also start any document file with an Open verb (think double-click), but I would generally suggest not relying on this verb.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 24, 2012
10:28 AM
My wish:
I would like to have the conveniences of a msi condition/eligibility and the posibility of multiple targets in the operations.
Regards
I would like to have the conveniences of a msi condition/eligibility and the posibility of multiple targets in the operations.
Regards
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2012
09:08 AM
Are you saying you'd like to conditionally remove a package, and, furthermore, you'd like to have several different removal strategies (command-lines or whatever) that would each be considered? I don't understand what this would get you -- that is what you are trying to make possible that isn't. If I knew that, perhaps I might suggest a better way to formulate it. (For instance, the entire command line might be stored in a property that you can tweak.)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 07, 2012
09:43 AM
Hello!
The installation could be a setup.exe ( e.g. ISScript or what else... ).
The repair, modify and remove could be the current productcode from the msi.
And it's not usable to update the new productcode after each mastermake run.
Regards
Johannes
The installation could be a setup.exe ( e.g. ISScript or what else... ).
The repair, modify and remove could be the current productcode from the msi.
And it's not usable to update the new productcode after each mastermake run.
Regards
Johannes
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 07, 2012
09:50 AM
I agree that it is a pain (and error prone process) to have to update all those occurrences of product codes (Repair, Remove, Modify) for each package.
