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
- :
- System Search Failed, ism format changed
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
‎Aug 11, 2008
03:03 PM
System Search Failed, ism format changed
IS 2008 Basic msi project, I added a System Search for IE 6. If I build this on my development machine, no problems. On my build machine, Error IE 6 not found, terminate install. It took me awhile but if I open the 2 msi files in ORCA.
My Build machine has the following entry:
Tables:Dr Locator,Signature_:sigShdocvw, Parent:(here there is a square which seems to translate to a CR), Path:[systemFolder], Depth:0
On my machine the same entry is completely blank in the Parent column.
If I look at the ism files:
Build machine:
My machine:
I have to modify my ISm files to change a property before building the Release. I have used C# with XmlDocument and TFS with Regex. Both of them change the format.
Any ideas?
My Build machine has the following entry:
Tables:Dr Locator,Signature_:sigShdocvw, Parent:(here there is a square which seems to translate to a CR), Path:[systemFolder], Depth:0
On my machine the same entry is completely blank in the Parent column.
If I look at the ism files:
Build machine:
NewSignature11 | [ProgramFilesFolder] | 10 | |
sigShdocvw | [WindowsFolder] | 3 |
My machine:
NewSignature11 | [ProgramFilesFolder] | 10 | |
sigShdocvw | [WindowsFolder] | 3 |
I have to modify my ISm files to change a property before building the Release. I have used C# with XmlDocument and TFS with Regex. Both of them change the format.
Any ideas?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 12, 2008
10:07 AM
Can the modifications you need to make be done with InstallShield's automation? That should avoid unexpected changes to the XML format that hold semantic meaning to InstallShield.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 12, 2008
10:41 AM
Last night I remembered that when I added the modification to use MSBuild regular expression I forgot to remove the xmldocument modification. The regular expression works fine, it was the xmldocument that changed the format.
Thanks
Thanks