Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

clickonce

Signing ClickOnce with a certificate? [closed]

April 11, 2024 by Tarik

I had to work through the signed ClickOnce recently. It was not the most smooth experience, but once this has been done (and wired to the automated publishing) it started working like a marvel. Here’s the actual product, if you are interested in the behavior: Forecasting Add-in for Excel. Article on ClickOnce Manifest Signing and … Read more

Categories clickonce Tags clickonce, code-signing Leave a comment

ClickOnce – Publishing folder vs. Installation folder

January 9, 2024 by Tarik

You enjoyed my answer in the MSDN Forums so much, I’m posting the link to the answer here as well. 😉 If you are publishing and installing from the same URL, you can just fill in the publishing file location and be done. The reason there are two is so if you want to publish … Read more

Categories clickonce Tags clickonce Leave a comment

How can I roll-back a ClickOnce application?

April 15, 2023 by Tarik

You can revert back to an older version on the server side by changing the server manifest file. When the client restarts the application, it will see that it has a different version than what the server says is the ‘current’ version, and it will download the new one. This server manifest file usually always … Read more

Categories clickonce Tags clickonce Leave a comment

How to find the Target *.exe file of *.appref-ms

January 8, 2023 by Tarik

Simple answer to this; I was trying to figure out the same thing, and it just hit me. GitHub IS a program installed on your computer, and when it runs, it WILL use threads and RAM. So that makes it a process. All you have to do is open Task Manager, click the Processes tab, … Read more

Categories clickonce Tags applicationreference, clickonce, shortcut Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa