Silent install Sync Framework 2.1 - microsoft-sync-framework

i want to silent install Sync Framework 2.1 because i put the redistributable package at http://www.microsoft.com/en-us/download/details.aspx?id=19502 to my setup installation package.
Can any1 help? Thanks in advance :)

have a look at bootstrapping here: http://social.microsoft.com/Forums/en-US/syncdevdiscussions/thread/fd0a494f-cc12-435f-9d1e-5b74a893fdca

Related

Termux: API 'termux-torch on' doesn't work

I have installed termux API from the Google Play store and in the termux app with pkg install termux-api on my Nokia 2.3 (Android 10) but when I try a simple command like termux-torch on, it just "hangs" there and does nothing.
Anything I can do to fix this problem?
1st: use 'pkg' not "apt"
pkg update
pkg upgrade
pkg install termux-api
run:
For on: termux-torch on
For off: termux-torch off
Download
https://play.google.com/store/apps/details?id=com.termux.api
And give it all permission
here is the fulfilled solution to your problem!
Make sure you have the f-droid version of termux installed on your device because the playstore version of this app has been stopped their updates and closed some of their reposetries. That's why you can't do anything more than basics on that version of application.
Make sure you have installed the termux API(application form) from playstore or any other source. The command
pkg install termux-api
Just install the API handler which termux needs to connect with the API application, but you must need to install the termux API application install first.
After installing the API give it all the permission.
Hope it'll help you to fix your problem. Happy coding ; )
Download the Termux API on Fdroid, then install with the command:
pkg install termux-api
and then type:
termux-torch on.. enj
It's just that the team is not updating termux in playstore. They have an updated version in FDROID APP. So you have to download fdroid. Go to appstore, then download the termux from there and you're good to go.

Prestashop installation error

I am facing a problem when I install prestashop in wamp
When until module installation it show
Error-500
I have search for many ways but all is just stopped at the install demonstrate data no one
Facing problem in module install
Can I know how to fix it?
Install XAMP & then install prestashop in that.

Flask framework in Qpython Android platform

Is it possible to run flask framework on Android platform using Qpython ? If yes please instruct steps to configure
Thank you
The first step is installing it through pip_console.py : )
Then you can develop flask project with your pc or mac, and upload it into your device to run.
QPython development environment using mac or windows
Yes you can, but only on the first version of it.
You go on libraries, than you choose install with official pypi.
When pypi run, write pip install flask.
It's done!
Be happy

Does anyone use backlogs with redmine 2.4.2 successfully?

I am about to install redmine with backlogs plugin in a new server, and find the newest version of redmine is 2.4.2. Any people makes them work together successfully?
Someone has tried this.See below
https://github.com/backlogs/redmine_backlogs/issues/1020

Ubuntu:C++::Boost library upgrade

After installing Boost library using Synaptic Package Manager, the version installed is 1.42.
If I check on boost official website, the current version is: 1.45.
How can I upgrade to 1.45 from Synaptic package manager?
Thanks in advance.
You probably can not as the distribution usually lags behind. The best option I usually follow is to just download and compile and install it myself as described here
It has to be packaged first (by Ubuntu).
If you want to manually install the new version I would recommend that you install it into some local directory, since installing it into the system might break a lot of applications.