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
- :
- Moving data from .ism to .ise
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
‎May 08, 2019
12:22 PM
We have been using an old version of InstallShield for a while and have everything in .ism files right now. We'd like to upgrade to a newer version but do not have many requirements (just basic file connections and command line builds through IsCmdBld.exe) so the Express version is enough for us, however, it uses a different file extension so the old files can not be used. Is there any simple way to transfer all the file connections and such over? If not, manually copying everything individually seems like the only way I can think of. This is doable, just a lot of work with about 10-15 different .ism files to update so another method would be a huge time saver.
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2019
03:30 PM
The first expectation when using the Express project is binary project format. Binary is the default for Express and therefore does not promote copying like you can do with the project format XML. The next hurdle is inability to see table data in Express. The concept of exporting and importing table data does not exist. The ability to import a dialog also does not exist in Express. These are only some aspects of copying info over not available using Express.
Generally speaking - no, there is no reliable way to move data into the Express project.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2019
02:20 PM
There is no native support to open a project built with the Premier or Professional version in the Express version of InstallShield.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2019
03:13 PM
is there any way to copy some of the info over? or is the only way manually copying everything individually?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2019
03:30 PM
The first expectation when using the Express project is binary project format. Binary is the default for Express and therefore does not promote copying like you can do with the project format XML. The next hurdle is inability to see table data in Express. The concept of exporting and importing table data does not exist. The ability to import a dialog also does not exist in Express. These are only some aspects of copying info over not available using Express.
Generally speaking - no, there is no reliable way to move data into the Express project.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2019
03:34 PM
Ok thanks, I will just manually recreate it in Express then