Hello Rob,

I actually don't think the logs will help because the actions are not present 
in the msi database when the vs
merge is present. Let me try to describe it better:

I have a fully functional database, which uses a wise-made Merge Module. This 
merge must install some services,
it uses some custom actions for it (i know there is a table for service 
installation and control, but this is a
third party merge, and works with custom actions). Everything works fine but i 
have to first install the VS
runtimes (i run vcredist_x86 prior to the msi database).

Now, if i add the Merge Modules for the VS runtimes the lines to trigger the 
custom action are missing in the
MSI database (i inspected it with orca). The custom actions (in the custom 
actions table) are OK, but the
InstallExecuteSequence does not have the lines to trigger the action.

So, in both cases the installation finishes successfully, there are no error in 
the logs. But if the merges for
VS are installed, the service is not installed because the custom action does 
not exist in the
InstallExecuteSequence Table. It seems to me as a problem during the Build of 
my setup. 

These two merges are third party, so i cannot modify any of them.

Besides that there is nothing unusual to the Database. The workaround i am 
currently using is triggering the
vcredist_x86 through the bootstrapper before running the setup. But i would 
prefer to have everything inside
one MSI. The build process is the same, i just have to comment the lines for 
the VS merge modules and the
result are OK. Uncomment and the sequence have missing lines.

I don't if there is any info i can provide to make it clearer, but by the logs 
all we can see is that the setup
finishes perfectly in both cases, but in the second there are fewer actions.

Thanks for your help

Guilherme Boreki


---------- Cabeçalho original -----------

De: "Rob Mensching" [EMAIL PROTECTED]
Para: "gboreki" [EMAIL PROTECTED],"wix-users" wix-users@lists.sourceforge.net
Cópia: 
Data: Sun, 10 Jun 2007 10:06:35 -0700
Assunto: RE: [WiX-users] Problems with Visual Studio Sp Merge Modules

> Can you provide more information about what stopped working?  A verbose log 
> file from the install that points
at the failure would be the first thing to dig into.
> 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
gboreki
> Sent: Friday, June 08, 2007 10:54 AM
> To: wix-users
> Subject: [WiX-users] Problems with Visual Studio Sp Merge Modules
> 
> Hello @All,
> 
> I am currently having a weird problem with my setup.
> 
> I have a merge module, which is installed successfully if I run the 
> vcredist_x86.exe for Visual Studio 2005
SP1. This merge need to install some services and run some custom actions.
> 
> Now, I tried to add the merge modules for VSSP1 to my setup, and it suddenly 
> stopped working. I checked with
orca the InstallExecuteSequence, and when i add VSSP1 merge modules, some of 
the lines from my merge are
missing. When i remove the merge, the sequence is fine.
> 
> I have updated my binaries to the last wix v2 release, same results.
> Any idea on the subject?
> 
> Regards
> 
> Guilherme Boreki
> 

|&kpt%*QWdhbWVtbm9OIC0gR3VpbGhlcm1lIEJvcmVraQ0KVUlOOiAyMTQ5OTI5NQA=



-------------------------------------------------------------------------
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