Sep 15, 2016
07:36 AM
Hi, I am having following errors during upgrade to IS2016: ISDEV : error -7354: The English (United States) value for string 'ID_STRING_4E7BEA0A-8E41-4C1F-BF39-528BCD44370E' does not contain a legitimate value for table ISXmlElementAttrib column Name The string is used on an ISXmlElementAttrib which seems to look fine to me. The row looks like this: [table="width: 500"] ISXmlElementAttrib ISXmlElement Name Value ISAttributes [tr] ISXmlAttribute_2BF0994F-F742-4361-86AB-0470F9B27056 ISXmlElement_82C41CE8_07A1_4F8A_9C48_BFDE88E29775 value [td][UG_WEBAPI_PROTOCOL]://[UG_WEBAPI_FQDN]/UltraGendaPro.Scheduling.WebApi/api/[/td] 5 [/tr] [/table] Following image shows the "Xml File Changes view" What am I doing wrong? I have many of those errors in my project.
... View more
- Tags:
- upgrade
Labels
- Labels:
-
InstallShield 2016
Sep 12, 2016
10:14 AM
MichaelU wrote: I think the problem with *.json is that it's a long file name; the WildCardFilename category requires a value that's compatible with short file names, and thus a short|long dual-value if you need to use a long file name. For example: *.jso|*.json. I'm not sure if there's anything wrong with "error.log". You should be able to work around the issue by editing the string value in either the String Editor, or in the RemoveFile table of the Direct Editor. We're tracking this RemoveFile behavior as IOJ-1774046. Thank you very much MichaelU. Everything is solved now. For other persons that also have this issue. The following link explains the FileName Column data type https://msdn.microsoft.com/en-us/library/windows/desktop/aa368590(v=vs.85).aspx
... View more
Sep 09, 2016
06:19 AM
After upgrading to InstallShield 2016 I am getting a lot of -7354 errors during build The English (United States) value for string "...." does not contain a legitimate value for table RemoveFile column FileName Some FileName values that i have: *.json error.log Those values seems correct to me. What am i doing wrong? Many thanks,
... View more
Labels
- Labels:
-
InstallShield 2016
Sep 09, 2016
06:11 AM
MichaelU wrote: Hmm, yeah, string IDs aren't directly accessible in Express; we could certainly clean up the error message for this case. This error means that the value of one of your shortcut's names is invalid according to MSI rules. (We previously weren't enforcing this correctly.) You should be able to find the bad name by looking in the Shortcuts view, and testing each of your shortcuts. For example, change the name to something else, build, and then change it back. Let me know if that's not enough to get you going. Once we know the problematic value, I can make more specific recommendations. Hi, I'm also having lot's of issues when I've upgraded to IS2016 All files in the RemoveFile table results in error -7354 (removing folders is ok => empty FileName column) I am using wildcards: eg *.json but also files without wildcards give the same problem. PS: I also have a lot of ISXmlElementAttrib => Name/Value error which are in my opinion valid. Do you have any suggestions? Many thanks.
... View more
Apr 04, 2012
03:40 AM
Thank you very much for your reply. This simplifies the analysis of the log files in our sandbox. The tool that a was referring to is the one from InstallShield (MSILogAnalyzer.exe) which is located in C:\Program Files\InstallShield\2011\System\ Sadly it does not run in silent mode (with command line) and is also not included with the StandAlone Build. It would be nice if Flexera would support that because it generates multiple configurable professional reports that the WILogUtil does not provide.
... View more
Apr 03, 2012
01:48 AM
Hello, Can the MSI Log Analyzer be runned using the command line (SAB) We have a build server that installs the product every night and takes the verbose MSI log as artifact. Now I would like to include the better generated reports and display it in the results. Is that possible?
... View more
Labels
- Labels:
-
InstallShield 2011
Nov 23, 2011
06:33 AM
Hello, Can someone tell me the recomended way to remove a file during upgrade. 1. Delete the component (Bad) I think that needs a major upgrade 2. Remove the file from the component (I think that repair functionality will fail) 3. Something with the FileDelete table??? 4. ... Many thanks, NasB
... View more
Labels
- Labels:
-
InstallShield 2011
Jun 15, 2011
10:07 AM
I have solved it. You can use the well-known security identifiers. The SID for the NetworkService user is: S-1-5-20 see http://support.microsoft.com/kb/243330 NasB
... View more
Jun 15, 2011
09:42 AM
Hello, I am trying to set folder permissions to some folders. The NetworkService needs full control to the followinf directories: - [WindowsFolder]\Temp - [INSTALLDIR]\SomeFolder I tried do do that using the permissions dialog: => Domain: [%USERDOMAIN] User: NetworkService => Domain: User: NetworkService Results into following exception InstallShield 15:15:16: ResolveSidForAccountName: looking up account name 'ULTRAGENDA\NetworkService' InstallShield 15:15:16: Failed to lookup account name, last error: 0x00000534 InstallShield 15:15:16: Failed to apply permissions for object 'C:\WINDOWS\Temp\', error 0x00000534 Note that it must work on French/Dutch/English OS's Any ideas?
... View more
Labels
- Labels:
-
InstallShield 2011
May 04, 2011
12:23 PM
Hi, I have authored a major upgrade (for installer versions where the ASP.NET version is different). By doing this the application pools and websites/applications gets reinstalled and no duplicates are created. I have set the ASP.NET version for websites/applications and application pools. Tested all scenarios (IIS6/7, 32/64bit OS, upgrade and new install) and everything works fine.
... View more
May 02, 2011
03:55 AM
Thank you very much for your answer. Do we need to create custom actions to support IIS 6.0 and IIS 7.0. For IIS 6.0: - Set the ASP.NET version for websites and applications - Unset the version for application pools For IIS 7.0: - Unset the ASP.NET version for websites and applications - Set the ASP.NET version for application pools OR is there another or better way to do that? Many thanks.
... View more
Apr 29, 2011
02:15 AM
Is there a resolution to this issue? I am having the exact same problem: - 1 application pool (asp.net 2.0) with 4 virtual directories. - 1 application pool (asp.net 4.0) with 1 virtual directories. After installation 4 additional apppools for each 2.0 virtual directory are created prefixed with "ASP.NET v4.0" and the 4 virtual directories point to the wrong apppools!!! What am I doing wrong how do I resolve it.
... View more
Mar 29, 2011
03:59 AM
Hello, Thank you for you answer. The files in components are .NET assemblies and all components are set by default to "Dependencies and Properties" I have modified them to "properties Only" as you suggested. This solves my issue (Thanks a lot) I just don't understand why InstallShield decides to add identical .net assemblies from other features/location. Note that that building a release with the IS IDE produces another output than building a release with the IS Standalone Build. Anyway, thanks a lot for your support. NasB
... View more
Mar 28, 2011
02:46 AM
The feature/component tree for the given example: FeatureA - Component1 (File1 'target\subdirA\bin\assemblyA.dll') - Component2 (File2 'target\subdirA\bin\assemblyB.dll') - Component3 (File3 'target\subdirA\assemblyC.dll') FeatureB - Component4 (File4 'target\subdirB\bin\assemblyA.dll') - Component5 (File5 'target\subdirB\bin\assemblyB.dll') - Component6 (File6 'target\subdirB\assemblyD.dll') After building the project and reopening it in direct mode it look like FeatureA - Component1 (File1) - Component2 (File2) - Component3 (File3) - Component4 (File4) - Component5 (File5) FeatureB - Component4 (File4) - Component5 (File5) - Component6 (File6) Component 4 and 5 is now also listed in FeatureA
... View more
Mar 25, 2011
02:45 AM
Is there no one that can help me. It's a medium sized installer and I want to prevent recreating the installer from zero.
... View more
Latest posts by NassereB
Subject | Views | Posted |
---|---|---|
2202 | Sep 15, 2016 07:36 AM | |
3015 | Sep 12, 2016 10:14 AM | |
5315 | Sep 09, 2016 06:19 AM | |
4349 | Sep 09, 2016 06:11 AM | |
1022 | Apr 04, 2012 03:40 AM | |
3746 | Apr 03, 2012 01:48 AM | |
1595 | Nov 23, 2011 06:33 AM | |
802 | Jun 15, 2011 10:07 AM | |
3538 | Jun 15, 2011 09:42 AM | |
1976 | May 04, 2011 12:23 PM |
Activity Feed
- Posted error -7354 for "ISXmlElementAttrib column Name/Value" on InstallShield Forum. Sep 15, 2016 07:36 AM
- Tagged error -7354 for "ISXmlElementAttrib column Name/Value" on InstallShield Forum. Sep 15, 2016 07:36 AM
- Posted Re: Error -7354 during build for file removal using the RemoveFile table on InstallShield Forum. Sep 12, 2016 10:14 AM
- Posted Error -7354 during build for file removal using the RemoveFile table on InstallShield Forum. Sep 09, 2016 06:19 AM
- Posted RemoveFile Table FileName column also has issues on InstallShield Forum. Sep 09, 2016 06:11 AM
- Posted Re: MSI log Analyzer on InstallShield Forum. Apr 04, 2012 03:40 AM
- Posted MSI log Analyzer on InstallShield Forum. Apr 03, 2012 01:48 AM
- Posted Remove file during upgrade on InstallShield Forum. Nov 23, 2011 06:33 AM
- Posted Re: Folder permissions on InstallShield Forum. Jun 15, 2011 10:07 AM
- Posted Folder permissions on InstallShield Forum. Jun 15, 2011 09:42 AM
- Posted Re: Installation modifies unrelated application pools on InstallShield Forum. May 04, 2011 12:23 PM
- Posted Re: Installation modifies unrelated application pools on InstallShield Forum. May 02, 2011 03:55 AM
- Posted Re: Installation modifies unrelated application pools on InstallShield Forum. Apr 29, 2011 02:15 AM
- Posted Re: Build BUG - FeatureComponents table on InstallShield Forum. Mar 29, 2011 03:59 AM
- Posted Re: Build BUG - FeatureComponents table on InstallShield Forum. Mar 28, 2011 02:46 AM
- Posted No one that can help me? on InstallShield Forum. Mar 25, 2011 02:45 AM
- Posted Build BUG - FeatureComponents table on InstallShield Forum. Mar 23, 2011 10:36 AM
- Posted AppPool ISIISCosting bug. on InstallShield Forum. Mar 17, 2011 09:19 AM