yes, perl is in my path, but I do not think that it is a problem with perl, I
think that it is something that I am not doing right in Wix. 

So me and my team have sort of refocused and we are at the moment, just
trying to make wix open notepad.exe after AppSearch.

...
        <Property Id="QtExecCmdLine" Value="dir > foo.txt"/>
            <CustomAction Id="QtExecExample" BinaryKey="WixCA"
DllEntry="CAQuietExec" Execute="immediate" Return="check"/>
        </Product>
        <Fragment>
            <InstallExecuteSequence>
                 <Custom Action="QtExecExample" After="AppSearch"/>
            </InstallExecuteSequence>
        </Fragment>
...

Are we on the right track?


--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Perl-Script-on-initialization-tp7578584p7578740.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to