Aug 02, 2022
05:01 AM
what is your project type?
Since the issue is only when you select 3rd check box, what is this checkbox used for?
if you dont select 3rd checkbox, is your installer working without any issues?
... View more
Jul 29, 2022
04:31 AM
Hello,
While opening an .ism it is failing with attached error message. Requesting your quick response.
Regards,
Lakshmanan
... View more
Labels
- Labels:
-
InstallShield 2018
Nov 16, 2011
11:01 AM
Hi There, The simple answer is 'Sort of'. You can open an *.msp file in Direct MSP Mode using InstallShield or Orca, and there's a flag in the File table that indicates that a patch is updating those file records. (http://msdn.microsoft.com/en-us/library/windows/desktop/aa368596(v=vs.85).aspx - 4096 - 'PatchAdded') Now, that doesn't guarantee that the files will get installed -- just that they are contained within the patch. There's a chain of events that determine if the file gets installed, starting with if the feature/component is requested to be installed, and then later looking at whether the file should be overwritten or not based on the file overwrite rules, and the value of the REINSTALLMODE property. This makes is complicated to definitively get a list of files updated during the application of a patch, short of writing a verbose log parser. As far as taking on the task of taking that task on, I would say to just take a look at log entries that start with 'FileCopy', as these will refer to a patch cab file by name for the source file, rather than something like 'Data#.cab' or an uncompressed source. Hope this helps!
... View more
Latest posts by lakshmanjh
Subject | Views | Posted |
---|---|---|
169 | Jul 29, 2022 04:38 AM | |
129 | Jul 29, 2022 04:31 AM | |
997 | Nov 15, 2011 08:18 AM | |
1238 | Nov 15, 2011 08:14 AM |
Activity Feed
- Posted Error 1606. Could not access network location 1 on InstallShield Forum. Jul 29, 2022 04:38 AM
- Posted ism is not opening on InstallShield Forum. Jul 29, 2022 04:31 AM
- Posted Re: Insufficient uninstall rights on InstallShield Forum. Nov 15, 2011 08:18 AM
- Posted How to view the contents of a Patch on InstallShield Forum. Nov 15, 2011 08:14 AM