0

I have an windows-form application that runs an existing exe's i don't have the source code for other exe's.

how can i deploy this app using Click Once deployment.

Are there any alternatives or other deployment techniques other than click once deployment?

thanks is advance kindly reply soon.

4

1 に答える 1

0

その exe を .NET アセンブリに埋め込みリソースとして追加し、最初の実行時にハードディスクに展開します。この記事を見てください

于 2012-09-07T08:58:25.350 に答える