I'm trying to package MicroSoft MapPoint 2004 for distribution within my company. Since it is already an MSI, I am using Tuner to create an MST to go with it. Among other things, I don't want the EULA dialogs to come out. If I add the EULA value to the registry in the MST, the Installer does NOT install it. So I wrote a VBS Custom Action to add the registry entry at the end of the Install.
Since there is virtually no Custom Action support in Tuner, I am using the Direct Editor. I have found three tables which must have an entry -- Binary, CustomAction, and InstallExecuteSequence. I think the Binary table is what is causing the problem. I use the dialog to "import" my VBS source into the Binary table (Left click on {binary data}). I don't believe it is actually storing the VBS code. The VBS code has a couple of MsgBox messages which never come out in test installs. In addition, if I try to "export" the binary data, I get an error message -- "Error in writing File"! Very helpfull! :mad:
Anybody out there have any ideas for getting this to work?
Thanks,
Jim