Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Internal Error 2744


3 replies to this topic

desiree

desiree
  • Members
  • 13 posts

Posted 04 February 2002 - 14:46

Hello !

I have a big problem when i want to launch a msi file with a custom action.
I have create a property MSIEXEC with the value msiexec, and i use it to create a custom action who launch an executable.
My custom action target is :
/i run1.msi /qb

and i have copy run1.msi and its subdirectories in the directory of my main msi.

thank you for your help !



Kurt Schneider

Kurt Schneider
  • Members
  • 98 posts

Posted 04 February 2002 - 15:57

Greetings,

Try this:

CustomAction Type 34

1.  Launch an Execuatable
2.  Stored in the Directory Table
3.  SystemFolder
4.  Target:   MsiExec.exe /I <path to your MSI.> /qb

Make sure this is sequenced after InstallFiles so that the MSI it is trying to run can be located on the Target machine.

Good Luck

Kurt Schneider


desiree

desiree
  • Members
  • 13 posts

Posted 05 February 2002 - 11:05

Thank for your help Kurt but now the message is :
Erreur interne 2744. exe, c:\winnt\System32\, MsiExec.exe /I d:\msi\run1.msi

Another idea ?

thank


Kurt Schneider

Kurt Schneider
  • Members
  • 98 posts

Posted 05 February 2002 - 15:24

Grrrr,

Try taking the .exe off of MsiExec.exe ..... I don't think much will change however.  Hmmmm.  I keep looking into this one.

Sorry

Kurt Schneider