Hi Bala,

I can't see any column from InstallExecuteSequence table refering to language 
stuff.

Try and save your msi under a different name after modyfing the sequence 
numbers for those actions.
Also, you might want to decompile your msi into a wxs file. For this you can 
use dark.exe (distributed with Wix) like this:

dark.exe -nologo <your_setup.msi> product.wxs.

Then check product.wxs and see what's happening.

Dacian




----- Original Message ----
From: Balakrishna.BK <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Thursday, July 5, 2007 2:57:22 PM
Subject: Re: [WiX-users] InstallExecuteSequence

Hi Dacian,
   
  I modified InstallExecuteSequence table in the order I wanted it to be, but 
still during installation it doesnt follow the order.  I believe I am missing 
something basic.  Also remember that this is a multi-language msi.
   
   As I already told, I am modifying the existing msi using orca.  
unfortunately I dont have any wxs files or the environment to generate msi.
   
  Bala.
   
  Message: 4
Date: Thu, 5 Jul 2007 04:11:31 -0700 (PDT)
From: fiordean dacian 
Subject: Re: [WiX-users] InstallExecuteSequence
To: "Balakrishna.BK" ,
wix-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

You migh check with Orca that InstallExecuteSequence has the actions in the 
order you want
 them.

Why don't you use "After" and "Before" attributes instead of "Sequence"?

Dacian



----- Original Message ----
From: Balakrishna.BK 
To: wix-users@lists.sourceforge.net
Sent: Thursday, July 5, 2007 1:05:28 PM
Subject: [WiX-users] InstallExecuteSequence

Hi,
I am newbie to msi technology and I have the following question in 
InstallExecutesequence.

I am editing my existing msi file using orca and want to swap sequence numbers 
of appsearch and launchcondion

actual
Appsearch = 400 as sequence number and
Launchcondition = 117

I added a new entry in Reglocator, apsearch and launchcondition and swapped the 
sequence numbers.
So, after modifying my new entry is
Appsearch = 117
launchcondition = 400

When i save and launch this msi, i still get launch condition executed 1st in 
the sequence and installation fails inspite of have regkey in the system

Do I
 need to change this sequence number in each of the language
specific msi (extract mst, apply, change, and create msi)..? or modifying the 
final one is sufficient

Thanks,
Bala.

   
 


        
                
 
Here’s a new way to find what you're looking for - Yahoo! Answers 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users







      
____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the 
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to