dizzot / nativeapplicationupdater

Automatically exported from code.google.com/p/nativeapplicationupdater
0 stars 0 forks source link

'Not supported in current profile.' #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a release of my application running on several pcs (0.5). I've done some 
updated without any problem using your api.

So when I made a new version (0.6) of my app today (one month after the last 
one), the latest release couldn't be updated to the new release showing this 
error:

Error: Error #3219: The NativeProcess could not be started. 'Not supported in 
current profile.'

So I added this line in the descriptor file and generated a release for tests 
(0.5.5) and it worked well, updating the app to 0.6:

<supportedProfiles>extendedDesktop</supportedProfiles>

But the release that is installed in several pcs (0.5) do not have this change 
in the descriptor file and can't be updated to the new version (0.6).

Thanks for your project, is very useful..
So, any suggestions?

Original issue reported on code.google.com by thiagori...@gmail.com on 22 Dec 2011 at 9:45