cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
BenzLiu
Level 4

How to patch multiple target

Hi all,
I use installshield 2009 with premier edition.
I want to build a patch for update multiple target. For example, I want update 1.0.1.0 and 1.0.2.0 to 1.0.3.0. I use patch design view to make it.
Currently there are three files, a, b,c.
The following is the versions about these files.
application version --------------a ---------------b ---------------c
1.0.1.0--------------------------1.0.1.0----------1.0.1.0-----------1.0.1.0
1.0.2.0--------------------------1.0.2.0----------1.0.2.0-----------1.0.1.0
1.0.3.0--------------------------1.0.3.0----------1.0.2.0-----------1.0.1.0

After update 1.0.2.0 to 1.0.3.0, all files have been updated.
If updata 1.0.1.0 to 1.0.3.0, the file a will be updated, but file b is not be changed.

I get the file named "patchTemplate.pcp" at the interm folder and open it.
I find that there are maybe some mistakes on "TargetImages" table.
The order column hint that the order ID of version 1.0.2.0 is 1 and the version 1.0.1.0 is 2. I get some information from microsoft, the order is from oldest to newest image.
How to change the order?
Maybe you can tell me how to resolve it.
Thank you very much!!
Regards
Benz
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

You can change the order of target images with the Order column of the ISTargetImages table in the Direct Editor.
0 Kudos