As a simple test, I've input the following code into a .wxs file:

       <Binary Id="Notepad.exe" SourceFile="c:\WINNT\notepad.exe"/>

       <CustomAction Id="NotepadPopUp"
                     BinaryKey="Notepad.exe"
                     ExeCommand="c:\old.txt" />

       <InstallExecuteSequence>
         <Custom Action="NotepadPopUp" After="InstallFiles"/>
       </InstallExecuteSequence>

Thus, I'm trying to get notepad to pop up "old.txt", with no apparent results. 
The examples and documentation I've looked through suggest this is correct, 
though - is there anything I might have missed? Thanks.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to