I have made an app which uses an MS Agent character but it seems I can't make the proper set-up for it, I've tried installing it in WinME but it says the MS Agent couldn't be sucessfully registered... Should I separately install the MS Agent?
Printable View
I have made an app which uses an MS Agent character but it seems I can't make the proper set-up for it, I've tried installing it in WinME but it says the MS Agent couldn't be sucessfully registered... Should I separately install the MS Agent?
The agents should have their own installation exes. What installer are you using?
I've used the P&D wizard but I think I really need to install then separately...
What I did before to only copy the exe files of the agent setups to the app dir. Then during the first run I would check for the agents being installed and if not found then I would run the agent exes. Also, set the attribs of the exes to vbHidden so the user doesnt see them and delete the exes after the sucessful install. ;)
Oh ya, I think I had them aas custom resources and if they needed to be reinstalled the app would extract them again and re install.
Thanks! ;)