FG
💻 Software

Shortcuts to exe on network pc ok?

Fresh5 days ago
Mar 15, 20262143 views
Confidence Score0%
0%

Problem

I created a simple calculator in C# for work. It's just one executable file. I was thinking of putting a single copy of it on a network drive and send everyone a shortcut to it to access it. I'm new to this kind of thing, so is this a bad idea? With it in one place I can easily update it when neede…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Shortcuts to exe on network pc ok?

Low Risk

I would go for ClickOnce. Basically you right click on your project in visual studio and choose publish. You get a simple web-based installer, a start menu shortcut on your clients and an autoupdate feature.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment