Bob, can you run your MSI install with this command: msiexec /l* "%temp%\setup.log" /I "your_msi" and show this log-file?
Regards, Denis Zavorotnyuk. > -----Исходное сообщение----- > От: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] От имени BOB1981 > Отправлено: 16 сентября 2008 г. 17:20 > Кому: wix-users@lists.sourceforge.net > Тема: [WiX-users] Custom Action and InstallExecuteSequence dont work in > Fragment. > > > Hi All, > > I am generating this Wxs Fragment file and compiling it with my Product.wxs > , it compiles and generates MSI package with no errors or warnings But when > i run MSI and install/Uninstall the Features these custom actions are Not > running At All, > > Then i thought to Run DARK against my MSI generated it , and i found there > are no custom actions written in my MSI package, am i doing something > wrong... > Do i have to Keep all these Custom actions in Product.wxs.? reason why i am > keeping them seprate in diffrent file becasue they are getting generated > randomdly in my build process with the help of script. > > Please anybody any idea... > > thanks... > > <?xml version="1.0" encoding="utf-8"?> > <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> > <Fragment> > <InstallExecuteSequence> > <Custom Action="sqlcmd.cmd0" > After="InstallFiles"><![CDATA[&F_Database=3]]></Custom> > <Custom Action="sqlcmd0" > After="InstallFiles"><![CDATA[&F_Database=3]]></Custom> > </InstallExecuteSequence> > <CustomAction Id="sqlcmd.cmd0" Property="sqlcmd0" > Value=""[SQLBINDIR]sqlcmd.exe" -S USDANRMMD1VW021 -i > "[#_6568BA70B3684C9582EB6C64AFB29013]" -o > c:\AddingFemaleRow.sql.log -U Build"/> > <CustomAction Id="sqlcmd0" BinaryKey="WixCa" DllEntry="CaQuietExec" > Return="check" Execute="commit" Impersonate="yes"/> > </Fragment> > > </Wix> > > -- > View this message in context: http://n2.nabble.com/Custom-Action-and- > InstallExecuteSequence-dont-work-in-Fragment.-tp1092654p1092654.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 ------------------------------------------------------------------------- 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