Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > how to specify the entrypoint from mage command line
 

how to specify the entrypoint from mage command line

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.

bswetha  Wednesday, September 17, 2008 10:17 AM
while generating the application manifest file i want to change the entry point to abc.exe. how do i do that from mage command?

I see no response to this question. I am encountering the same limitations of the mage command. It is very frustrating trying to build a 'deployable' ClickOnce application for our customers.
Keith Dorken  Tuesday, April 21, 2009 1:57 PM

You can use google to search for other answers

Custom Search

More Threads

• How to keep track of TARGETDIR?
• ClickOnce Application is Signed with a Different Key
• error trying to publish from vs2005
• Get user name and company
• add directX 9 to prerequisite list... :)
• Setup and Deployment - short cut for all
• Two Installers into One
• Advertising a COM Add-In
• Problem with UserControl Showing up in IE
• Problem in creating registries for a user when installed with "Everyone" option