In Install Shield, I have tried adding the new Product Code from the transforms to the "List of Target Product Codes" through the Patch Design tab. Doing this will error out the patch creation with error:
ERROR: At least one of the GUIDs '{344EE18BCCA040B88E16185D1F2A687A},{03CAD21D929747358366D7968F511406}' defined in the ListOfTargetProductCodes property in the Properties table of the .pcp file is invalid.
I would like to create the patch, that should update my earlier 2 version (2 different product code)
Please let me know as early as possible.
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.

Patching Multiple Instance Installs with Basic MSI
Started by
mangalore.vinay
, Oct 12 2012 13:17
4 replies to this topic
Posted 12 October 2012 - 15:34
These are not valid GUIDs. The dashes are missing.
Stefan Krüger
InstallSite.org twitter facebook
Posted 14 October 2012 - 06:00
I have tried with dashes also, but result is the same.. Do you have any idea..?
I am badly needed this to work as my patch should work on two different product code..
Please help me as soon as possible.
I am badly needed this to work as my patch should work on two different product code..
Please help me as soon as possible.
Posted 15 October 2012 - 16:07
You need to use semicolons ; in the list, not commas ,
Stefan Krüger
InstallSite.org twitter facebook