What I want to do is, generate different transforms for one .msi file. The
transform files contain the directories, files and components. For example I
have the fooBar.msi, fooBarPartOne.mst and fooBarPartTwo.mst and wont to
apply one ore bot transforms to the .msi. Therefor I first create with wix
three msi files (fooBar.msi, fooBarPartOne.msi, fooBarPartTwo.msi), after
thet i creat with torch die .mst files. 
Lets say the fooBarPartOne.msi contains the following:
Files:
File1 DiskId=1
File2 DiskId=1
Media:
DiskID=1 partOne.cab 
 
And the fooBarPartTwo.msi contains:
 
Files:
File3 DiskId=2
File4 DiskId=2
File5 DiskId=2
 
Media:
DiskId=2 partTwo.cab
When I apply the transforms to the foobar.msi he throw the Error that File3
could not be found in partOne.cab, when I look in the file Table of the
fooBar.msi it shows the following:
File1 sequence 1
File3 sequence 1
File2 sequence 2
File4 sequence 2
File5 sequence 3
 
In the media Table:
partOne.cab LastSequence 2
partTwo.cab LastSequence 3
Is there a way to update the Sequences in Both tables when applying the
transforms to the .msi file?
-- 
View this message in context: 
http://n2.nabble.com/Problems-with-the-file-sequence-and-transforms-tp742221p742221.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to