
Ditutup
Disiarkan
We have an existing C# solution in Visual Studio 2022 with multiple small utilities. Originally everything targeted .NET Framework 4.8.1, and we used to copy the built EXEs to a Linux system for code signing and distribution. Recently some projects were migrated to .NET 8, and our current Visual Studio installer/setup project started rebuilding/overwriting the already signed EXEs. We need an experienced Windows installer developer to: - Create or fix an MSI-based installer that supports both .NET Framework 4.8.1 and .NET 8 applications in one package. - Ensure the installer uses our already-built and signed EXEs without rebuilding or overwriting them. - Bundle the required runtimes for fully offline installation. - Provide a clean, repeatable build process we can maintain. Requirements: - Strong experience with Windows installers (WiX Toolset, Visual Studio Installer, or similar). - Solid knowledge of C# and .NET Framework 4.8.1 and .NET 8. - Experience with offline deployment and handling pre-signed binaries. When you apply, please briefly explain: 1) Which installer technology you plan to use (WiX, VS Setup, or other). 2) How you would avoid overwriting the signed EXEs. 3) How soon you can start and your estimated time to complete.
ID Projek: 40247515
23 cadangan
Projek jarak jauh
Aktif 12 hari yang lalu
Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan
23 pekerja bebas membida secara purata $15 USD/jam untuk pekerjaan ini

Hello, I’m excited about the opportunity to contribute to your MSI installer rebuild so it can package both .NET Framework 4.8.1 and .NET 8 utilities while preserving your already-built, Linux-signed EXEs. With my expertise in Software Engineering, C#, CI/CD, Git, Technical Documentation, and Windows installer tooling, and a strong focus on clean, scalable implementation, I can deliver a solution that aligns perfectly with your goals. I’ll tailor the work to your exact requirements, using a WiX-based MSI build so the installer consumes your signed binaries as fixed inputs (no project rebuild), bundles the required offline runtimes, and produces a repeatable pipeline you can maintain in VS 2022. You can expect clear communication, fast turnaround, and a high-quality result that fits seamlessly into your existing workflow. Best regards, Juan
$15 USD dalam 40 hari
5.6
5.6

Hello Dear! I write to introduce myself. I'm Engineer Toriqul Islam. I was born and grew up in Bangladesh. I speak and write in English like native people. I am a B.S.C. Engineer of Computer Science & Engineering. I completed my graduation from Rajshahi University of Engineering & Technology ( RUET). I love to work on Web Design & Development project. Web Design & development: I am a full-stack web developer with more than 10 years of experience. My design Approach is Always Modern and simple, which attracts people towards it. I have built websites for a wide variety of industries. I have worked with a lot of companies and built astonishing websites. All Clients have good reviews about me. Client Satisfaction is my first Priority. Technologies We Use: Custom Websites Development Using ======>Full Stack Development. 1. HTML5 2. CSS3 3. Bootstrap4 4. jQuery 5. JavaScript 6. Angular JS 7. React JS 8. Node JS 9. WordPress 10. PHP 11. Ruby on Rails 12. MYSQL 13. Laravel 14. .Net 15. CodeIgniter 16. React Native 17. SQL / MySQL 18. Mobile app development 19. Python 20. MongoDB What you'll get? • Fully Responsive Website on All Devices • Reusable Components • Quick response • Clean, tested and documented code • Completely met deadlines and requirements • Clear communication You are cordially welcome to discuss your project. Thank You! Best Regards, Toriqul Islam
$5 USD dalam 40 hari
4.6
4.6

Hello, I am an expert with 15+ years of experience in the technical world, delivering simple to complex websites, e-commerce platforms, membership systems, and portal websites. I provide clear communication, continued support after delivery, and 100% client satisfaction. I specialize in .NET and C# development, creating secure, scalable, and high-performance applications including enterprise solutions, APIs, and database-driven systems. I always adopt the latest technologies to ensure modern and future-ready solutions. If you are looking for a dedicated .NET expert who delivers quality, reliability, and timely results, I’d be glad to work on your project. Best regards,
$7 USD dalam 40 hari
3.9
3.9

1) Regarding the installer technology, I plan to use WiX Toolset to address all your requirements efficiently. This robust and flexible tool has been my go-to choice for many complex Windows installer projects, including those involving multiple .NET versions. 2) My approach to ensuring that the signed EXEs remain intact is twofold. Firstly, I will carefully organize the project structure to segregate .NET Framework 4.8.1 and .NET 8 components, using conditionals as needed during the installation process. Secondly, I will configure the installer not to overwrite any pre-existing files within your specified directories. 3) Time is of essence and I understand your need for a swift solution. Rest assured, as an experienced developer with CI/CD expertise, I can start this project immediately and complete it within a realistic timeframe. Proper project management and communication are important to me, so maintaining a clean and repeatable build process would be given equal priority throughout. In conclusion, my extensive experience with C#, .NET Frameworks and Windows installers makes me confident that I can deliver an effective Windows MSI Installer for your mixed .NET Frameworks project while accurately handling your pre-signed binaries as required. Let's combine our skills towards a successful conclusion of this assignment!
$8 USD dalam 40 hari
5.0
5.0

Hello, I’ve read your installer problem and I’m confident I can deliver a reliable MSI that respects your signed binaries and supports both .NET Framework 4.8.1 and .NET 8 in one offline package. I’ll use WiX Toolset with Burn to create an MSI bundle that includes the .NET 4.8 offline installer and the .NET 8 runtime, and build the installer with a clean, repeatable MSBuild/Cake script. I will: explain installer tech (WiX+Burn), prevent rebuilding by consuming your prebuilt signed EXEs as payloads and marking them as permanent/no-overwrite, and implement a deterministic CI step to package artifacts without compilation. I can start immediately and deliver an initial working MSI and build scripts in ~5 days, with follow-ups as needed. Can you share the exact locations and naming convention of your pre-signed EXE artifacts and whether your signing step runs in CI on Linux (so I can wire the packaging to consume them directly)? Thanks, Cindy Viorina
$20 USD dalam 37 hari
2.1
2.1

Hello, let's try to fix in existing MSI else according to limitations we can use alternate options. To avoid overwriting I need to analyze your existing installer code. 14 years of windows development and maintenance experience using VS/VC++/C# and used InstallShield and NSIS scripts for offline installer and uninstaller utilities. I can start quickly and within 4 days it could be delivered. Let's discuss to understand the possibilities to go ahead. Thanks, and have a Great day ahead!!!
$4 USD dalam 15 hari
1.9
1.9

Hi there, I’m an experienced Windows installer developer with deep knowledge of both .NET Framework 4.8.1 and .NET 8, and I can help you create a robust MSI installer that respects your pre-signed binaries. Proposed Approach: Installer Technology: I recommend using WiX Toolset. It’s highly flexible for MSI creation, supports offline runtimes bundling, and handles multi-target deployments cleanly. Visual Studio Installer could work too, but WiX provides more control over pre-built binaries. Avoid Overwriting Signed EXEs: Instead of rebuilding, the MSI will reference your existing signed EXEs directly in the installer source. WiX allows you to mark these files as permanent or non-replaceable, ensuring your signatures remain intact. The build process will only package the EXEs, not compile them. Offline Runtimes: I’ll include both the .NET Framework 4.8.1 redistributable and the .NET 8 runtime in the MSI so that end-users can install without an internet connection. Repeatable Build: I’ll provide a scripted build workflow so your team can regenerate the MSI reliably without affecting signed EXEs. Clarification Questions: Are there any custom actions or registry entries currently needed for your utilities? Do you want the installer to support updates or just fresh installs? Are all EXEs located in a single folder, or spread across multiple directories?
$4 USD dalam 40 hari
1.9
1.9

Coming with over a decade of experience in C# and .NET Framework, I am confident in my ability to create or fix an MSI installer for your mixed framework solution. I plan on using the WiX Toolset, as it is known for its robustness and flexibility in constructing efficient installers. To avoid the issue you're experiencing with overwriting your already-signed EXEs, I'll configure the installer to recognize existing signed files and not interfere with them. This way, your code signing process can stay intact without any disruption. My experience shines in offline deployments, making me competent in bundling runtimes necessary for seamless and fully offline installations. Moreover, as a dedicated professional, maintaining a clean and repeatable build process is second nature to me. You can certainly rely on my end-to-end project execution and problem-solving skills to get you fully optimized installers that cater to both .NET Framework 4.8.1 and .NET 8 applications seamlessly. Starting promptly and delivering punctually without compromising on quality is my work ethic. I anticipate the project will take [INSERT ESTIMATED TIME] understanding the importance of this task. Let's collaborate on solving your installer woes efficiently and effectively!
$5 USD dalam 40 hari
1.4
1.4

Hi , I’ve carefully reviewed your job post and it’s clear you’re looking for someone with solid experience in C++ Programming, CI/CD, Audit, OpenClaw, Software Development, C Programming, Technical Documentation, Software Engineering, Software Testing and Git. This is exactly within my core expertise, and I’m confident I can deliver reliable, high-quality results. Rather than rushing into assumptions, I prefer to understand the project properly. I’d appreciate your clarification on a few points: Is the job description complete, or are there additional requirements or expectations? Do you already have any work completed, or will this be built entirely from scratch? Do you have a preferred timeline or deadline in mind? Why you can confidently work with me: Successfully completed 250+ major projects across different industries Maintained 100% positive feedback over the last 5–6 years Earned 100+ recent 5-star reviews, showing long-term client satisfaction I focus on clear communication, clean execution, and on-time delivery I work as a full-time freelancer and am available 9 AM – 9 PM (Eastern Time), ensuring fast responses and consistent progress. Due to client confidentiality, I share relevant work samples only in private chat. Let’s start a conversation so I can show you similar work and suggest the best approach for your project. Looking forward to working with you. Best regards, Arsalan Khan
$10 USD dalam 34 hari
0.0
0.0

Hi Dear, I am Khushboo, an experienced installer developer with strong expertise in WiX Toolset, Visual Studio Installer, and handling .NET Framework 4.8.1 and .NET 8 applications. I can create a robust MSI installer that bundles both runtimes, uses your pre-signed EXEs without overwriting, and supports fully offline deployment. My approach ensures a clean, repeatable build process with proper documentation and handover, so your team can maintain it long term. I am available to start immediately and can deliver within the required timeline. Best regards, Khushboo
$5 USD dalam 40 hari
0.0
0.0

I propose to deliver high-quality ASP.NET Core solutions, handling both front-end and back-end development, ensuring scalable, efficient, and maintainable web applications tailored to your project requirements
$5 USD dalam 40 hari
0.0
0.0

Hello, I can help you redesign your MSI installer to properly support both .NET Framework 4.8.1 and .NET 8 applications without rebuilding or overwriting your already signed binaries. 1. Installer Technology I would use WiX Toolset, as it provides full control over MSI packaging, supports mixed runtime scenarios, and allows precise handling of pre-built executables. 2. Preventing Overwrite of Signed EXEs Instead of referencing project outputs, the installer will consume your pre-built, signed binaries as static files. The build pipeline will clearly separate: - Application build & signing - MSI packaging stage This ensures no rebuilding or modification of signed files. 3. Offline Runtime Bundling I will configure a WiX bootstrapper (Burn) to bundle: - .NET Framework 4.8.1 (if required) - .NET 8 runtime (offline installer) This guarantees fully offline deployment capability. Timeline: - Analysis & setup: 1–2 days - MSI implementation: 3–4 days - Testing & refinement: 1–2 days Total: 5–7 days Cost: Fixed price: $1,200 (I can start immediately.) Best regards, Khrystyna
$5 USD dalam 40 hari
0.0
0.0

We have 4+ years of backend-focused experience in C#/.NET ecosystems, including packaging, deployment pipelines, and controlled build processes. We’ve worked with mixed-runtime environments and understand the challenges of signed binaries and offline distribution. 1) Installer Technology I recommend WiX Toolset (v4). It offers full control over MSI structure, supports chaining/bundling (Burn), and is better suited for mixed .NET Framework 4.8.1 + .NET 8 scenarios than VS Setup projects. 2) Prevent Overwriting Signed EXEs We will: Reference pre-built, signed binaries directly from a controlled output directory. Disable project build dependencies in the installer pipeline. Separate build and packaging stages (CI-friendly). Use explicit file harvesting or manual component definitions to avoid rebuild triggers. 3) Offline Runtime Handling Bundle .NET Framework 4.8.1 (if required) and .NET 8 Desktop Runtime using WiX Burn bootstrapper. Configure prerequisite detection to install only if missing. Ensure fully offline-capable installer package. Timeline Start immediately. Estimated completion: 5–7 business days, including testing and a documented, repeatable build process. Deliverable: clean MSI + bootstrapper, no binary overwrites, fully offline-ready, and maintainable packaging workflow.
$2 USD dalam 40 hari
0.0
0.0

Hello, I’ve read your description and I can create a repeatable MSI-based installer that packages your signed .NET Framework 4.8.1 and .NET 8 utilities for offline deployment without rebuilding binaries. I recommend using the WiX Toolset (with Burn for bundling runtimes) because it gives fine-grained control over files, component rules and offline runtime chaining while remaining scriptable for CI. To avoid overwriting signed EXEs I’ll treat your build output as immutable input: the MSI will reference and include the pre-signed binaries as payload (no project rebuild), use stable component GUIDs and file versioning rules, and enforce file-level copying rather than recompile steps. I’ll bundle the .NET Framework 4.8.1 installer (offline package) and the .NET 8 runtime as prerequisites via Burn so the MSI is fully offline-capable. I can start as soon as we confirm access to a sample build/artifacts and expect a clean, documented build script and MSI in about 5 business days. Do you want the installer to strictly prevent replacing existing files on upgrade if the target files are identical, or should it always overwrite to ensure consistency? Best regards, Daniel
$50 USD dalam 28 hari
0.0
0.0

Hi there! Are you looking to keep both .NET Framework and .NET 8 runtimes separate within the same MSI or merge some dependencies to save space? Regardless, this is definitely something that I feel confident delivering on, given my past experience. I would love to discuss your project further! Looking forward hearing from you. Kind Regards, Corné
$2 USD dalam 14 hari
0.0
0.0

Hi there. Your issue is a classic MSI packaging conflict caused by Visual Studio Setup rebuilding project outputs. For mixed .NET Framework 4.8.1 and .NET 8 solutions—especially with pre-signed binaries—the correct approach is to separate build from packaging entirely. I would use WiX Toolset (v4) with a Burn bootstrapper. WiX allows explicit file referencing, meaning the installer will consume your already-built and signed EXEs directly from a designated release folder—no rebuilding, no overwriting. The MSI will reference static binaries only. For offline deployment, I’ll bundle the required .NET Framework 4.8.1 and .NET 8 runtimes inside the bootstrapper with proper detection conditions so installation works fully offline. I will also structure a clean pipeline: Build → Sign → Package (WiX) This ensures repeatability and prevents future overwrite issues. I can start immediately. Estimated completion: 2–4 days including testing and documentation.
$10 USD dalam 48 hari
0.0
0.0

Hi. I will use Visual Studio 2022 Enterprise to create your installer. I will do it in C++ and even code sign it.
$150 USD dalam 40 hari
0.0
0.0

As an experienced programmer with expertise in C# and .NET, I have a thorough understanding of Windows installers such as WiX Toolset and Visual Studio Installer, which are your primary requirements for this project. I can leverage this knowledge and my stronghold on C# to build an MSI-based installer that will seamlessly support both .NET Framework 4.8.1 and .NET 8 applications while preserving the integrity of your already-built and signed EXEs. Being well-versed in offline deployment, I understand the importance of bundling required runtimes for smooth installation. My approach always aligns with providing clean, repeatable build processes, ensuring that the system can be easily maintained on your end even after project completion. In terms of project initiation, I'm ready to begin immediately without any delay. Given the complexity of your requirement, I estimate a turnaround time of x weeks from starting date. Rest assured, it will be a high-quality, bug-free deliverable reflective of my passion for maintaining and enhancing the reliability of business-critical systems. To conclude, given my extensive experience in building automation systems for complex business flows, primarily using QuickBooks as backbone alongside AI/ML solutions, I’m confident in my ability to solve your current challenges and build a future-proof solution that enhances efficiency without compromising previous functionality.
$5 USD dalam 40 hari
0.0
0.0

Hello, I have solid experience working with C# applications in both .NET Framework 4.8.x and modern .NET (Core/.NET 8), including managing build processes and deployment scenarios. For this project, I would propose using WiX Toolset for greater control over packaging multiple runtimes and preventing any overwrite of pre-signed executables. WiX allows precise control over file handling rules, upgrade behavior, and installation logic, which is important in your case. To avoid overwriting the signed EXEs: I would configure the installer to treat them as external/pre-built artifacts. Disable rebuild actions in the setup project. Use explicit file versioning and permanent file flags where required. Separate build and packaging pipelines to ensure signed binaries are never modified. For offline installation: I would bundle the required .NET Framework 4.8.1 and .NET 8 runtimes using a bootstrapper. Ensure all dependencies are packaged for fully offline deployment. I can start immediately and estimate completion within a few days after reviewing the existing solution and build structure. Looking forward to discussing the details. Best regards, Md. Abul Hossain
$5 USD dalam 40 hari
0.0
0.0

New Delhi, United Arab Emirates
Kaedah pembayaran disahkan
Ahli sejak Okt 8, 2020
$2-8 USD / jam
$2-8 USD / jam
$2-8 USD / jam
$2-8 USD / jam
$2-8 USD / jam
$15-25 USD / jam
$20000-50000 USD
$250-750 USD
$10-30 USD
$15-25 USD / jam
$750-1500 USD
$250-750 USD
$250-750 USD
$30-250 USD
₹12500-37500 INR
$2-8 USD / jam
$3000-5000 USD
$250-750 USD
$25-50 USD / jam
$250-750 USD
$15-25 USD / jam
$250-750 AUD
$8-15 AUD / jam
$8-15 AUD / jam
$30-250 USD