I had a similar problem a while back when I was trying to get dxsetup.exe to run with a custom action. I had made all the required dlls and cabs as binaries and it couldn't find them. I never found a way to make it extract all the binaries or to use multiple binaries in a custom action. I decided instead I would just create an exe with the files embedded and extract and run them from the temp directory which I think is similar to what your second option is.
gtomalesky wrote: > > Hello, > > I have question regarding the setup/usage of an msi file I am > creating...basically, I want to create an .msi that contains two > executable files....the first executable is a script that is compiled > using AutoIT...its purpose is to automate the GUI installation process > of another executable (in this case, WinRAR's installation executable > wrar370.exe). Basically, I need to know if and how its possible to have > the AutoIT executable launch the WinRAR executable in order for it to > handle the GUI installation. > > If this is not possible, I would instead stick the WinRAR install > executable into the user's temp folder, then call the binary script > executable to handle its installation. However, at this point I am not > sure how I would go about removing the file after the installation has > finished (NOT uninstallation...I need to make sure the file is removed > immediately, because some of my installs are going to be rather large > files that I don't want sitting around on the user's machine after they > are through being used). > > Thanks for any help. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/Can-binary-files-see-one-another-inside-the-msi--tf3960409.html#a11242038 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users