
Closed
Posted
Paid on delivery
I already have a complete Windows Forms application written in C#. What I now need is a production-ready release that installs cleanly, keeps itself current, and never raises an antivirus alarm. Here is the scope: • Package the application inside a signed MSI installer, including any .NET prerequisites, so end-users can run a single, professional setup. • Build an auto-update mechanism that checks our update URL, prompts the user when a newer build is available, then downloads and applies the update after confirmation. Version roll-back and integrity checks are a plus. • Implement whitelisting with major antivirus engines (Defender, Avast, Bitdefender, etc.) and adjust build settings/obfuscation so no false-positive flags appear during or after installation. A short report of the steps taken and services contacted will help me renew the whitelists in future releases. • Deliver the final MSI, the update service/module (source and binaries), and concise deployment notes. I will supply the existing Visual Studio solution and any branding assets. Compile with the latest stable .NET version already used in the project, keeping current namespaces and settings intact. Acceptance criteria: the MSI installs and uninstalls without errors, the updater successfully fetches a test update on demand, and VirusTotal shows clean results across mainstream engines.
Project ID: 40413533
26 proposals
Remote project
Active 9 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
26 freelancers are bidding on average ₹6,269 INR for this job

I can help you. The auto-updater you're describing will fail silently if the user launches the app without admin rights—most updates can't write to Program Files. Design the updater to install per-user or trigger an elevated process via a scheduled task. Antivirus false positives rarely come from the installer itself. They trigger on packed executables, unregistered file access, or any network behavior that resembles malware. Obfuscation usually makes this worse, not better. Instead: sign every binary (including the updater), avoid compressed executables, and implement a persistent digital signature timestamp. You also have a hidden risk: updating on user confirmation means some users will stay indefinitely on vulnerable versions. Add a quiet fallback—either an automatic update mode or a visible banner that doesn't require clicking through dialogs. For whitelisting: submitting to Microsoft Security Intelligence (Defender) is free and effective. Avast and Bitdefender respond faster via their vendor portals. I will handle those submissions and give you the renewal calendar.
₹50,000 INR in 7 days
5.4
5.4

Greetings, I will package your existing C# Windows Forms application into a professionally signed MSI installer that installs cleanly, includes all required .NET dependencies, and supports seamless upgrades and full uninstallation without leaving residual files. I will also implement a reliable auto-update system that checks your update endpoint, notifies users when a new version is available, and securely downloads and applies updates after confirmation. The updater will include integrity checks and optional rollback capability to ensure stability in case of failed updates. My competitive advantage lies in delivering not just functionality, but a hardened, production-grade release pipeline tailored for reliability and trust. I apply security-first build practices, minimal-detection packaging techniques, and structured update architectures that reduce failure rates and user disruption. In addition to implementation, I provide clear documentation and repeatable processes so future releases remain clean, signed, and antivirus-compliant without rework. You will receive the final signed MSI installer, the complete updater module (source code and binaries), and concise guidance to maintain a smooth, professional release cycle going forward. Thanks
₹1,050 INR in 7 days
4.3
4.3

Hello, I can package your Windows Forms app into a professional signed MSI with a clean install and uninstall process. I will include all required .NET prerequisites so users can run a single setup without issues. I will implement a reliable auto update system that checks your update URL, prompts users, and safely downloads and applies updates. The updater will include version control, integrity checks, and optional rollback support. I will configure the build and signing process to minimize antivirus false positives and guide you through whitelist submission for major engines. You will receive the MSI installer, updater module with source code, and clear deployment documentation. I will ensure the final build installs smoothly, updates correctly, and passes clean scans. Ready to start with your existing Visual Studio solution.
₹1,800 INR in 7 days
3.6
3.6

With my deep expertise in .NET development, I am well-positioned to handle your project. I understand the unique challenges of the C# environment and have a proven track record of delivering high-performing and secure applications. Your project description aligns perfectly with my skill set. Firstly, I have extensive experience in packaging applications using MSI installers, ensuring a professional setup process for your end-users. Additionally, I have successfully implemented auto-update mechanisms in previous applications, which makes me well-equipped to handle the version control and distribution aspect of your project. Moreover, to avoid false-positive flags, I can implement effective whitelisting techniques by engaging multiple antivirus engines and providing the necessary steps for you to renew such whitelists in future releases. Lastly, I'm known for my attention to detail and timely delivery of projects while ensuring that everything runs smoothly. Let's join hands and transform your existing Windows Forms application into a production-ready release that not only installs cleanly but keeps itself current without triggering any antivirus alarms. Build trust in your users with an app that works flawlessly from installation to update. Let me bring this level of professionalism to your project.
₹9,999 INR in 7 days
3.3
3.3

I can take this on and deliver a clean, production-ready release for your WinForms app. Here’s what I’ll handle for you: Create a signed MSI installer with all required .NET prerequisites bundled for smooth end-user installation Build a reliable auto-update system (version check → user prompt → secure download → install with basic rollback support) Add integrity checks (hash/signature validation) to ensure safe updates Optimize build configuration to minimize false antivirus flags (proper signing, clean packaging, avoiding common heuristics triggers) Provide a simple deployment + update guide for future releases Deliver MSI installer + updater module (source + binaries) One important note: I can significantly reduce antivirus false positives using code signing, clean packaging, and standard practices—but I can’t guarantee or directly “whitelist” apps with antivirus vendors like Defender/Avast/Bitdefender. What I can do is ensure the build follows their accepted signing and reputation guidelines so it passes checks cleanly. If you share your solution, I can get started immediately and keep everything aligned with your existing structure and .NET version.
₹3,000 INR in 7 days
3.1
3.1

With a dynamic team and over a decade of experience, our tech crew can tackle any task -- including turning your existing Windows Forms application into a seamless, production-ready release. We have mastered packaging applications into signed MSI installers and ensuring compatibility with all necessary .NET prerequisites. Plus, we understand the importance of clean installations and constant updates, which is why we'll build you an effective auto-update mechanism. But what sets us apart from other freelancers is our focus on maintaining your application's reputation. We take antivirus flags seriously and have extensive knowledge about whitelisting with major antivirus engines like Defender, Avast, Bitdefender, etc. Our technologically astute approach includes adjusting build settings/obfuscation to prevent any false-positives post-installation. As part of our service, we provide detailed reports of the steps taken and services contacted so you can easily renew whitelists for future releases. To ensure a smooth rollout, we'll deliver not only the final MSI but also the update service/module (source and binaries), along with concise deployment notes. We guarantee that the installation process will be error-free during both install and uninstall and that our updater successfully fetches test updates on demand. Additionally, we will ensure VirusTotal shows clean results across mainstream engines so that your users have peace of mind about using your application.
₹1,050 INR in 7 days
2.6
2.6

Hi, This is exactly the kind of “last-mile” work where doing it properly makes a big difference—especially around installers, updates, and antivirus trust. With 8+ years in .NET development, I’ve handled packaging and deployment for Windows applications, including MSI creation, auto-update systems, and resolving false positives from antivirus engines. **Here’s how I’d approach your scope:** * **MSI Installer:** Build a clean, signed MSI using WiX or Advanced Installer, bundling all required prerequisites so users get a single, smooth install/uninstall experience. * **Auto-Update Mechanism:** Implement a reliable updater (lightweight service or in-app module) that: * Checks your update endpoint * Validates version + integrity (hash/signature) * Prompts user and applies updates safely * Supports rollback if needed * **Antivirus Whitelisting:** This is often about *how* the app is packaged and signed. I’ll: * Apply proper code signing * Adjust build/packaging to reduce false positives * Test against VirusTotal and document steps taken * Guide you on maintaining reputation with AV vendors * **Delivery:** Clean source, MSI package, updater module, and a simple deployment guide. I focus on stability and reproducibility—so installs, updates, and future releases don’t become a headache. I also use tools like GitHub Copilot to speed up repetitive setup work while keeping everything consistent.
₹5,000 INR in 2 days
2.3
2.3

Hi there, The strongest part of your project is the **signed MSI + safe auto-update flow**, because that is what turns a finished WinForms app into a real production release. I can package your existing C# app into a clean MSI, include prerequisites, add an update module that checks your URL and installs confirmed updates, and document the full release process clearly for future builds. For antivirus, I can help reduce false positives through proper packaging, signing-ready setup, installer/updater hygiene, and vendor submission guidance/reporting. One honest note: final whitelist approval depends on each antivirus vendor’s review timeline. Cost: ₹1,500 || Timeline: 1 day Best regards, Dipak
₹1,500 INR in 1 day
0.0
0.0

Hello. Ready to implement the installer and update mechanism. I will need the server details from you where the updates will be deployed and on wich environment that server side will be ussed
₹1,050 INR in 5 days
0.0
0.0

I have around 5+ years of experience as a .NET Full Stack Developer, working extensively with ASP.NET Core, Web API, C#, and modern front-end frameworks. I’ve built and maintained scalable applications, optimized performance under high traffic, and delivered clean, maintainable code aligned with business needs. I focus on understanding the problem deeply before jumping into code. I write efficient, production-ready solutions (not just quick fixes). I communicate clearly and provide regular updates, so there are no surprises. I respect deadlines and take ownership of the work end-to-end. I’ve handled similar tasks involving API development, database optimization, and performance tuning, so I can quickly understand your requirements and start delivering value. If given the opportunity, I’ll ensure high-quality results and a smooth collaboration. Looking forward to working with you.
₹1,050 INR in 7 days
0.0
0.0

At Eternitech, with over 20 years of experience and a robust team of 100+ developers, we specialize in delivering scalable and secure solutions for your Windows Forms applications. Given our expertise in .NET and C# programming, we can efficiently produce a stable release package for your app that installs seamlessly and auto-updates without triggering antivirus alerts. While we understand your budget for this project, we recommend discussing this further to ensure the high-quality and long-term support for your project. Let's plan a detailed consultation within the next week to align our efforts towards your goals.
₹1,050 INR in 7 days
0.0
0.0

I will engineer a high-integrity MSI installer that handles .NET dependencies natively, ensuring a clean, silent deployment across Windows environments. I’ll architect a custom C# auto-update module featuring integrity checks and version-rollback capabilities for zero-downtime updates. Finally, I will perform advanced AV-mitigation and obfuscation tuning to guarantee 0-flag VirusTotal results, providing a full compliance report to ensure your application maintains a professional, whitelist-ready reputation.
₹1,100 INR in 3 days
0.0
0.0

I got you covered on this one, and I'm confident that my skills and experience make me the ideal fit for your C# App Release and Updater project. With a keen eye for detail and a passion for producing clean, efficient code, I will not only package your application in a professional MSI installer but also develop an intelligent auto-update mechanism that will keep your app current for end-users. Drawing from my extensive knowledge of backend and middleware development, I am well-versed in building robust systems that prioritize functionality without compromising security. This means I can implement the necessary whitelisting mechanisms as you requested, while ensuring no false-positive flags arise during or after installation. Additionally, I've worked on several projects involving C# and other .NET frameworks which have given me a well-rounded understanding of this domain. I will leverage this experience to ensure your final MSI is error-free, the updater efficiently fetches updates, and the finished product earns a clean bill of health with VirusTotal. Rest assured that your project is in safe hands with me, Caleb. So let's get started and bring your vision to life!
₹1,050 INR in 1 day
0.0
0.0

Hello there, Application will be packaged into a signed MSI with all prerequisites included, and an auto-update module will be implemented to check versions, prompt users, download updates securely, and apply them with rollback and integrity validation to ensure a stable release. Approach: ● Create MSI using WiX/Advanced Installer with prerequisites ● Implement updater (version check + download + install flow) ● Add checksum validation and rollback handling ● Apply code signing to prevent AV flags ● Configure build to avoid false positives ● Provide deployment notes and update flow documentation How are updates currently hosted static URL or versioned API? Happy to connect and finalize this cleanly. Kind regards, Nikunj
₹1,050 INR in 7 days
0.0
0.0

Hi , MSI + auto-updater deliverable. Three points to align first: 1. Code-signing cert: signed MSI needs an Authenticode cert (~$200/yr). Whose budget? Cert in your name. 2. "No AV alarms / VirusTotal clean" is not deliverable — AV vendors run their own ML on every binary; no contractor guarantees every engine. I deliver: – Signed MSI, no UPX, conservative obfuscation, signed manifest, version info – FP submissions filed with Microsoft Defender, Avast, Bitdefender, Kaspersky, ESET, Sophos, Trend Micro — ticket refs documented for renewals – SmartScreen reputation builds with each signed release Acceptance: "installs/uninstalls cleanly, binary signed, FPs filed and documented" — not "VirusTotal clean across all engines"? 3. Heavy obfuscation = more AV FPs; ConfuserEx rename-only. Intent (IP / RE deterrent)? Questions: – Existing target framework? Brief says "latest already used" — I'll match. – x86 / x64 / AnyCPU? Per-machine or per-user install? – Native deps (P/Invoke / DLLs)? – MSI host URL + updater URL? – Cert format (PFX / Azure KV / HSM)? – Branding: icon, EULA, splash? Deliverables in 14 days: – Signed MSI (WiX), bundles .NET runtime – Auto-updater (Velopack): URL check, prompt, download, apply, rollback, integrity – FP-submission report w/ vendor tickets + renewal steps – VirusTotal scan of final MSI at handover – Source + binaries + deployment notes Bid: ₹1,750. Cert cost separate.
₹1,750 INR in 14 days
0.0
0.0

I have an amazing Experiance in this domain since 1997 Professional MSI Packaging, Auto-Update, and AV Whitelisting I will provide a production-ready deployment solution for your C# Windows Forms application, focusing on seamless installation, automated lifecycle management, and antivirus compliance. Using my extensive experience in .NET application delivery, I will ensure your software maintains a professional reputation with end-users and security engines. Technical Deliverables: Signed MSI Installer: A professional, single-file setup including all .NET prerequisites and branding. Robust Auto-Updater: A C#-based update module that checks your URL, handles user prompts, verifies file integrity, and supports version management. AV Security Compliance: Optimization of build settings and obfuscation to prevent false positives. I will provide a report on whitelisting procedures for Defender, Bitdefender, and others. Clean VirusTotal Report: Validation to ensure a 0-flag status across mainstream engines. Deliverables include the full source code for the updater, the configured setup project, and deployment notes for future releases. Further details and specific terms will be discussed directly with you. I am ready to secure your release immediately.
₹3,500 INR in 2 days
0.0
0.0

Senior Software Engineer with 5.7+ years of experience in .NETCore, Angular, and SQL databases. Expertise in DDD, CQRS,microservices, RabbitMQ, Redis, and REST APIs. Strong experiencein building scalable, high-performance applications, handling largedatasets, and using GitHub Copilot for enhanced productivity.
₹1,050 INR in 7 days
0.0
0.0

Hi, Could you share more details about your application, specifically the current state of the installer and the update process? I can ensure a smooth, professional MSI installer for your Windows Forms app, including .NET prerequisites and an effective auto-update mechanism. With over 5 years of experience in C# development and software packaging, I will implement whitelisting measures to prevent any antivirus alarms, providing you with a report on the steps taken for future updates. I’ll deliver a complete installation package, including source code and concise deployment instructions. Let’s make your application production-ready! Best Regards, Muhammad Shahzad
₹1,050 INR in 3 days
0.0
0.0

Hello, I came across your project and I’m confident I can deliver exactly what you’re looking for. I’m Arkadeep Roy, a software developer and founder of Arxelens Technologies. I specialize in building reliable, scalable, and user-friendly applications tailored to client needs. I focus not just on coding, but on delivering solutions that add real business value. ✔️ What I can offer: Clean, efficient, and maintainable code On-time delivery with regular updates Clear communication throughout the project Post-delivery support if needed I have experience working on similar requirements and understand the importance of quality and deadlines. I’d be happy to discuss your project in detail and suggest the best approach. Looking forward to working with you. Best regards, Arkadeep Roy Arxelens
₹1,400 INR in 10 days
0.0
0.0

Surat, India
Payment method verified
Member since Sep 26, 2022
₹600-1500 INR
₹600-1500 INR
₹1500-12500 INR
₹600-1500 INR
₹600-1500 INR
$250-750 USD
$250-750 USD
min €36 EUR / hour
$10-100 USD
₹1500-12500 INR
$250-750 USD
₹12500-37500 INR
₹3000-4000 INR
₹10000-150000 INR
$50-750 NZD
₹12500-37500 INR
$250-750 USD
$10-30 USD
€2-6 EUR / hour
₹75000-150000 INR
₹12500-37500 INR
₹37500-75000 INR
$240-2000 HKD
$250-750 USD
$250-750 USD