View Single Post
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#8
Originally Posted by artron View Post
is possible i can make silent install?

Code:
QString cmdcpy="";
cmdcpy=cmdcpy.append("dpkd -i /opt/ArtronTrans-Maemo/bin/unzip_5.52-14-maemo6_i386.deb").append(pathdb);
system(cmdcpy.toLatin1());
you have idea ? command dpkg for silent install ?
You need to ensure that unzip doesn't depend on libraries from devel. I'm sorry but I don't think there is a silent install option (or am not aware).

Also, I'm not certain if that would be allowed on the store. Some verification would be helpful.