hello.

i am trying to make my setup to run .exe from the install CD ....
i tried 

<Property Id='websetup.exe'>websetup.exe</Property>
    <CustomAction Id='StartWEBInstall' Property='websetup.exe' ExeCommand='' 
Return='check' />

    <InstallExecuteSequence>
      <Custom Action='StartWEBInstall' After='InstallFinalize'></Custom>
      
    </InstallExecuteSequence>


however it doesnt work, it cant find the websetup.exe .....

please help

thanks


      

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