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: Emergency:Can not compare two .ism files
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
‎Apr 13, 2009
03:35 AM
Emergency:Can not compare two .ism files
I use IS2008 Premier to compare two .ism project files. The steps is as below.
1. Open one .ism file by IS2008 IDE
2. Select 'Tool -> Difference -> Compare to File ...'
3. Select the other .ism file
4. Error prompt "Unable to open comparison file 'D:\... '"
Anybody can help me ? Thanks in advance !
P.S. I think the 2 .ism files are both basic projects since we use them for years.
1. Open one .ism file by IS2008 IDE
2. Select 'Tool -> Difference -> Compare to File ...'
3. Select the other .ism file
4. Error prompt "Unable to open comparison file 'D:\... '"
Anybody can help me ? Thanks in advance !
P.S. I think the 2 .ism files are both basic projects since we use them for years.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 13, 2009
06:32 AM
Is the 'Compare to File' option is not working from both the files?
How about MsiPackageDiff? Is that working for the same files?
How about MsiPackageDiff? Is that working for the same files?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 13, 2009
02:42 PM
Normandy wrote:
I use IS2008 Premier to compare two .ism project files. The steps is as below.
1. Open one .ism file by IS2008 IDE
2. Select 'Tool -> Difference -> Compare to File ...'
3. Select the other .ism file
4. Error prompt "Unable to open comparison file 'D:\... '"
Anybody can help me ? Thanks in advance !
P.S. I think the 2 .ism files are both basic projects since we use them for years.
.ISM file are NOT different then any other XML file, therefore you could use any XML comparison tool (there are plenty just google it).. just remember to rename your .ism as XML and once you are finished comparing, rename then back as .ism.
HTH
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
10:51 PM
TheResearch wrote:
Is the 'Compare to File' option is not working from both the files?
How about MsiPackageDiff? Is that working for the same files?
Thanks for your quick response ! The question is :
1. 'Compare to File' is not working well all the time. I only got one .ism file that can be compared to other files. I call it 'Magic File'.
2. MsiPackageDiff is working,but I think it's a little weird since I chosed the same msi package for 'Diff', it still gave the 'Changed Table' information.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
11:34 PM
Gvarma wrote:
.ISM file are NOT different then any other XML file, therefore you could use any XML comparison tool (there are plenty just google it).. just remember to rename your .ism as XML and once you are finished comparing, rename then back as .ism.
HTH
Thank you very much for your advice, it's very useful .