3 years later after I was struggling with this and figured it out on my own, this is added. Nice job. Empowering others is always awesome, isn't it? ✌
@vib28102 жыл бұрын
Yep! My motivation was the same. I found no relevant videos illustrating this process, hence made this one! Thanks for the positive feedback!
@eyalgerber2 жыл бұрын
This is exactly what I was looking for. Really simple and great solution. Thanks for the tutorial. I really appreciate it!
@emberprototypes Жыл бұрын
Such a great tutorial - this is exactly what we needed, thanks!
@gaurangmohta1682 жыл бұрын
Good feature. Thanks to your brother, you have reached this far
@vib28102 жыл бұрын
🎉
@abhinavgupta79302 жыл бұрын
Way to go mohta!
@vib28102 жыл бұрын
Haha! I had a hard time adding this feature, so thought to make this process simpler for others XD
@TechnoToxs Жыл бұрын
please make a video for gitlab same technique
@AltowaGamingYT Жыл бұрын
Very informative ❤
@ACertainWebDeveloper2 жыл бұрын
Could it be done with a private github repository?
@kitsunesuzuka10292 жыл бұрын
Up for this, Is there any way to do it on private repo
@nikolaaa71802 жыл бұрын
thanks, I was looking for this and could not find it.
@TechnoToxs Жыл бұрын
Does the same process work for gitlab also
@nikhilphadtare44422 жыл бұрын
Thanks for Video @Vibhakar. How to make install compulsory or disable skip button for installer. Also published folder exe is stored in zip. it will work ?
@vib28102 жыл бұрын
stackoverflow.com/questions/3103534/making-clickonce-updates-mandatory About the .zip I don't think that will work. You can try it out in a dummy project
@sjkc1322 жыл бұрын
Hello. I find this Error : "application validation did not succeed unable to continue", can you help me 🥲😭
@erentekin51342 жыл бұрын
Thanks for info!
@maximilianojuega172 жыл бұрын
im getting error 400: Invalid request, using my github raw link..
@vib28102 жыл бұрын
Can you provide more details about the error?
@liamcodes2 жыл бұрын
I get this error as well, I believe it's a result of using this method on a private git repo. If you navigate to your .gitattributes file in the GitHub file explorer, then click the "RAW" button in the top left of the text viewer, it will direct you rot the raw view of the file like it did in this video. If you look at the URL you will see there is a token appended to the end of the URL (do to the repo being private). I'm not sure if you can just use the token in your ClickOnce publish profile or not.
@vib28102 жыл бұрын
@@liamcodes I tried the token method but couldn't get through. It needs access to stuff inside the folder, and it just appends to the URL you provide to access them (thinking that it follows a folder structure). The token at the end hampers this folder structure so won't work.
@KrakenZYT2 жыл бұрын
@@vib2810 I am getting the same error. What should I do now?
@vib28102 жыл бұрын
@@KrakenZYT can you provide more details
@charlesmarchand90989 ай бұрын
I dont think this works anymore correct ?
@KrakenZYT2 жыл бұрын
How to create desktop shortcut?
@vib28102 жыл бұрын
There is an option in the installer configuration for that
@KrakenZYT2 жыл бұрын
@@vib2810 Yea thanks. Do you know any way to get verified to avoid the unknown publisher during installation?
@vib28102 жыл бұрын
stackoverflow.com/questions/50798602/signed-clickonce-app-gives-publisher-could-not-be-verified Check this out
@yash12khandelwal2 жыл бұрын
Nice video
@TechnoToxs Жыл бұрын
I really need your help
@enigeregine2 жыл бұрын
hello sir. I have a problem while committing. Git failed with a fatal error. error: open("foldername/.vs/foldername/v15/Server/sqlite3/db.lock"): Permission denied fatal: Unable to process path foldername/.vs/foldername/v15/Server/sqlite3/db.lock . This error is showing up. Can u help me sir T.T . Thank u so much
@vib28102 жыл бұрын
Maybe add .vs to gitignore, or try comitting with vs code