Hello!
What I'm doing wrong?
Patch between Minor Update MSIs.
My patch asks for the original installation media?
PCP created by ISWI 1.5
MsiMsp.exe V 2.0.2600
Executed on WI 3.1
Thanks in advance!
Johannes
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

Minor Update and original installation media
Started by
Johannes John
, Dec 01 2005 10:19
5 replies to this topic
Posted 01 December 2005 - 15:14
Hello,
now I've created the MSP file with MsiMsp.exe V 3.1.
The same result!
Why does the patch want to have the original installation media? ( MSI file)?????
Thanks in advance for any hint!
Johannes
now I've created the MSP file with MsiMsp.exe V 3.1.
The same result!
Why does the patch want to have the original installation media? ( MSI file)?????
Thanks in advance for any hint!
Johannes
Posted 02 December 2005 - 08:25
Is the Action ResolveSource in the table InstallUiSequence or InstallExecuteSequence of the base package?
Andreas Kerl
Inside Windows Installer 4.5
ISBN 3-86645-431-7
Posted 02 December 2005 - 10:08
Hello akerl,
thanks for your reply.
Yes, the CA ResolveSource is called in both sequences, but with the condition "NOT Installed" and the LOG shows me, that during the patch, the ResolveSource isn't executed.
The source media request occures during the CA InstallFiles at the first file, which isn't part of the patch.
Why does the patch accesses files, which aren't part of it?
Thanks
Johannes
thanks for your reply.
Yes, the CA ResolveSource is called in both sequences, but with the condition "NOT Installed" and the LOG shows me, that during the patch, the ResolveSource isn't executed.
The source media request occures during the CA InstallFiles at the first file, which isn't part of the patch.
Why does the patch accesses files, which aren't part of it?
Thanks
Johannes
Posted 02 December 2005 - 12:43
Hi Johannes,
at http://msdn.microsof...tion_source.asp you'll see the caes in which the patch must access the original installation source. Hope this help.
- Andreas
at http://msdn.microsof...tion_source.asp you'll see the caes in which the patch must access the original installation source. Hope this help.
- Andreas
Andreas Kerl
Inside Windows Installer 4.5
ISBN 3-86645-431-7
Posted 02 December 2005 - 13:58
Hello Andreas,
... a good hint!!!
I will have a look at the
"Populate the MsiFileHash Table for all unversioned files."
The file, I told, where the request occures is an unversioned file.
And the MSI is generated with ISWI 1.5 . These MSIs are generated without the MsiFileHash Table. MSIs generated by IS X have this table.
Many thanks!
Johannes
... a good hint!!!
I will have a look at the
"Populate the MsiFileHash Table for all unversioned files."
The file, I told, where the request occures is an unversioned file.
And the MSI is generated with ISWI 1.5 . These MSIs are generated without the MsiFileHash Table. MSIs generated by IS X have this table.
Many thanks!
Johannes