Groups
Groups
Sign in
Groups
Groups
NAppUpdate
Conversations
About
Send feedback
Help
NAppUpdate
1–30 of 99
Mark all as read
Report group
0 selected
Daniel Sun
11/7/22
my WPF client update was stuck
I have a WPF client using NAppUpdate.Framework to update. It used to work but last week suddenly got
unread,
my WPF client update was stuck
I have a WPF client using NAppUpdate.Framework to update. It used to work but last week suddenly got
11/7/22
Muhammad Rafique
9/2/19
NAppUpdate framewok issue when working with multi-user on the same machine
In first i have installed my application using msi file...(Its working fine for all users because
unread,
NAppUpdate framewok issue when working with multi-user on the same machine
In first i have installed my application using msi file...(Its working fine for all users because
9/2/19
Kengo Hayashi
8/4/19
”Unknown publisher” in foo.exe
When update, foo.exe shows "Unknown Publisher". I have code signing. But, foo.exe created
unread,
”Unknown publisher” in foo.exe
When update, foo.exe shows "Unknown Publisher". I have code signing. But, foo.exe created
8/4/19
Димитър Грудев
2/25/19
UpdateSource must be set before calling CheckForUpdates()
Hello guys. I try ti integrate wpfsampleapp in my tool to test it but still have errors. Here is the
unread,
UpdateSource must be set before calling CheckForUpdates()
Hello guys. I try ti integrate wpfsampleapp in my tool to test it but still have errors. Here is the
2/25/19
Димитър Грудев
2/25/19
'Invalid state when calling PrepareUpdates(): NotChecked'
Hello guys. I try to integrate NAppUpdate to my tool but i have some errors. In update window i have
unread,
'Invalid state when calling PrepareUpdates(): NotChecked'
Hello guys. I try to integrate NAppUpdate to my tool but i have some errors. In update window i have
2/25/19
Hima Bindu
4/17/18
System.TimeoutException and System.UnauthorisedAccessException in Release mode
Hello, I am using NAppupdate library to update my application in the following main steps: 1. Check
unread,
System.TimeoutException and System.UnauthorisedAccessException in Release mode
Hello, I am using NAppupdate library to update my application in the following main steps: 1. Check
4/17/18
Daniel Coelho
2
7/14/17
Issue creating custom task/feed for ZIPs
I found the issue,I was not handling the "coldRun" boolean properly.Tested it vagely and it
unread,
Issue creating custom task/feed for ZIPs
I found the issue,I was not handling the "coldRun" boolean properly.Tested it vagely and it
7/14/17
javas...@gmail.com
3/23/17
Need help in integration to my current application
Hi Itamar, I have gone through the latest source code and have installed from NuGet packages. I am
unread,
Need help in integration to my current application
Hi Itamar, I have gone through the latest source code and have installed from NuGet packages. I am
3/23/17
Александр Игнатов
,
harry carrington
2
2/7/17
Issues with if (uriKey == null || !tempFiles.ContainsKey(uriKey)) return false;
I had the same problem but it was when I was using the sourcememory as the feed source. I changed it
unread,
Issues with if (uriKey == null || !tempFiles.ContainsKey(uriKey)) return false;
I had the same problem but it was when I was using the sourcememory as the feed source. I changed it
2/7/17
anup.at...@gmail.com
,
Itamar Syn-Hershko
2
12/29/16
System.TimeoutException Exception at ReinstateIfRestarted()
What version are you using? I think this has been fixed on master -- Itamar Syn-Hershko Freelance
unread,
System.TimeoutException Exception at ReinstateIfRestarted()
What version are you using? I think this has been fixed on master -- Itamar Syn-Hershko Freelance
12/29/16
abhi.s...@gmail.com
,
Itamar Syn-Hershko
4
11/25/16
App CommandLine Arguments after relaunch
Hello Since NAppUpdate is now available via Nuget, would like to use from there. It will help if
unread,
App CommandLine Arguments after relaunch
Hello Since NAppUpdate is now available via Nuget, would like to use from there. It will help if
11/25/16
Matthew Shorten
,
Itamar Syn-Hershko
3
7/12/16
BadImageFormatException in NAppUpdate.Updater.exe
Itamar Found a way to make this all work after some experimentation. Rather than ILMERGE everything
unread,
BadImageFormatException in NAppUpdate.Updater.exe
Itamar Found a way to make this all work after some experimentation. Rather than ILMERGE everything
7/12/16
Hasan Moulana
5/24/16
POSSIBLE TO UNINSTALL AND INSTALL THE NEW ONE
Hello Team, Is it possible to Uninstall the previous version of application and install the new
unread,
POSSIBLE TO UNINSTALL AND INSTALL THE NEW ONE
Hello Team, Is it possible to Uninstall the previous version of application and install the new
5/24/16
Carlos Eduardo
4/20/16
Cant restart on Windows XP
Hello, everything works nice on my application, but it cant restart on Windows XP Any ideia ?
unread,
Cant restart on Windows XP
Hello, everything works nice on my application, but it cant restart on Windows XP Any ideia ?
4/20/16
Carlos Eduardo
4/14/16
FileDateCondition for new files only
How can I specify to update only if is newer them current datetime ? Here is my update.xml I try
unread,
FileDateCondition for new files only
How can I specify to update only if is newer them current datetime ? Here is my update.xml I try
4/14/16
Matthew Dowell
,
Itamar Syn-Hershko
6
3/27/16
reading checksum from xml?
currently what its doing is Step 1) dowload update.xml Step 2) download update files Step 3) compare
unread,
reading checksum from xml?
currently what its doing is Step 1) dowload update.xml Step 2) download update files Step 3) compare
3/27/16
Atanas Valev
2
3/8/16
Perform update on app start-up
Hi, I ended up using BinaryFormatter to serialize the update Tasks after updates are prepared. On the
unread,
Perform update on app start-up
Hi, I ended up using BinaryFormatter to serialize the update Tasks after updates are prepared. On the
3/8/16
Felix C
,
Itamar Syn-Hershko
2
10/16/15
How to use UpdateFromZipTask?
This task is from a fork of NAU. It looks legit and apparently has been used before. The feed
unread,
How to use UpdateFromZipTask?
This task is from a fork of NAU. It looks legit and apparently has been used before. The feed
10/16/15
Haider Rasool
,
Itamar Syn-Hershko
3
9/10/15
showing download speed while updating
Thanks for the reply and Yes you are right, but on progress uses "UpdateProgressInfo" that
unread,
showing download speed while updating
Thanks for the reply and Yes you are right, but on progress uses "UpdateProgressInfo" that
9/10/15
abhi.s...@gmail.com
,
Itamar Syn-Hershko
2
4/23/15
PrepareUpdates
It is easy enough to do this by implementing your own IUpdateSource, you are more than welcome to do
unread,
PrepareUpdates
It is easy enough to do this by implementing your own IUpdateSource, you are more than welcome to do
4/23/15
Krzysztof Krzaczkowski
, …
abhi.s...@gmail.com
3
4/23/15
Proposition. Add new parameter to NauIpc.NauDto.
Any updates in this regard ? Can you kindly describe (in brief) on whats the planned approach ? On
unread,
Proposition. Add new parameter to NauIpc.NauDto.
Any updates in this regard ? Can you kindly describe (in brief) on whats the planned approach ? On
4/23/15
abhi.s...@gmail.com
,
Itamar Syn-Hershko
5
4/23/15
Updation of NAppUpdate.Framework.dll
Awesome - Looks good. Thanks and Regards On Thursday, April 23, 2015 at 7:59:04 PM UTC+5:30, Itamar
unread,
Updation of NAppUpdate.Framework.dll
Awesome - Looks good. Thanks and Regards On Thursday, April 23, 2015 at 7:59:04 PM UTC+5:30, Itamar
4/23/15
Duncan Shab
,
Itamar Syn-Hershko
2
4/23/15
sample project WPFSampleApp fails under.NET Framework 4
I haven't tried it myself. It should work, if it doesn't there's probably an exception
unread,
sample project WPFSampleApp fails under.NET Framework 4
I haven't tried it myself. It should work, if it doesn't there's probably an exception
4/23/15
謝明錡
,
Itamar Syn-Hershko
2
2/1/15
Help, update not work when launch program by shortcut
We may have a bug with the current path - what version are you using? did you compile from the latest
unread,
Help, update not work when launch program by shortcut
We may have a bug with the current path - what version are you using? did you compile from the latest
2/1/15
Oriol Ventosa
,
Itamar Syn-Hershko
6
12/15/14
16 bit MS-DOS Subsystem error
You're welcome -- Itamar Syn-Hershko http://code972.com | @synhershko Freelance Developer &
unread,
16 bit MS-DOS Subsystem error
You're welcome -- Itamar Syn-Hershko http://code972.com | @synhershko Freelance Developer &
12/15/14
CallMeKags
, …
Kevin Jablonski
3
10/27/14
Passing Domain Credentials
Did youi have any luck with this? I am trying to accomplish the same thing.
unread,
Passing Domain Credentials
Did youi have any luck with this? I am trying to accomplish the same thing.
10/27/14
Junwing Xie
,
Itamar Syn-Hershko
2
10/19/14
some erro about NAppUpdate.Framework
Put an empty updater.exe file in the path above before compiling -- Itamar Syn-Hershko http://code972
unread,
some erro about NAppUpdate.Framework
Put an empty updater.exe file in the path above before compiling -- Itamar Syn-Hershko http://code972
10/19/14
Krzysztof Krzaczkowski
,
Itamar Syn-Hershko
5
9/16/14
Problem when app wants to replace "NAppUpdate.Framework.dll"
From latest master. I will check version from release. W dniu wtorek, 16 września 2014 13:50:21 UTC+2
unread,
Problem when app wants to replace "NAppUpdate.Framework.dll"
From latest master. I will check version from release. W dniu wtorek, 16 września 2014 13:50:21 UTC+2
9/16/14
Aaron Stannard
,
Itamar Syn-Hershko
5
8/5/14
Unable to relaunch application and/or send DTO
Looks like I got it working - problem appears to be when I add content to TempFiles in an In-memory
unread,
Unable to relaunch application and/or send DTO
Looks like I got it working - problem appears to be when I add content to TempFiles in an In-memory
8/5/14
Dani Mora Rabasa
,
Itamar Syn-Hershko
2
8/1/14
Combine with InstallShield-like updates
It's quite easy to do by writing your own IUpdateTask, and someone has already done that a while
unread,
Combine with InstallShield-like updates
It's quite easy to do by writing your own IUpdateTask, and someone has already done that a while
8/1/14