Hi
I need to create an exec File.
I believe I need to use deploy. But I can't find the command.
thanks in advance

Your Debug\Bin or Release\Bin folder is a deployment folder. However, you may create a setup using Visual Studio using :

1. File + New Project + Other Project Types + Setup Project template.
2. Copy content of ..\bin> to the application folder
3. Create shortcut icons.
4. Build it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.