문제

I've published an application using mage.
Everything is OK but the icon file is not showing.
I've used -if and -IconFile, but it didn't work. The icon file is ico format. Is there any point about it?

도움이 되었습니까?

해결책

According to MSDN resource in this link Mage.exe

you should Specify the full path to an .ICO icon file , but it doesn't work ;-)

I copied the icon file in the debug folder of project beside the application .exe file and I used only "filename.extension" after -if or -IconFile commands like this: -if icon.ico

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top