hi,
I am using mage.exeto deploy my applicationandmy application directory i have 3 executables and i wrote a batch file to generate the application manifest and deployment manifest files.
following are the commands that i have used to genereate the manifest files.
mage -New Application -ToFile 1.0.0.0\abc.exe.manifest -Name "abc" -Version 1.0.0.0 -FromDirectory 1.0.0.0\bin
mage -Sign 1.0.0.0\abc.exe.manifest -CertFile UIControl_TemporaryKey.pfx
mage -New Deployment -ToFile abc.application -Name "InScape" -I true -Version 1.0.0.0 -AppManifest 1.0.0.0\abc.exe.manifest -providerUrl http://websrv/abc/abc.application
mage -Sign abc.application -CertFile UIControl_TemporaryKey.pfx
while generating the application manifest file i want to change the entry point to abc.exe. how do i do that from mage command?
thank you in advance.
regards.