QtIFw: How to access to a ressource file in installer
Unsolved
Installation and Deployment
-
Hi,
i have a Btach-File in Ressource and i want to execute it.
I put in a ressource file and executed it. But nothign happend.
<!DOCTYPE RCC> <RCC version="1.0"> <qresource> <file alias="helper">helper.bat</file> </qresource> </RCC>
ret = installer.execute(":/helper");
How can i execute thjis batch-file . hwich is attached as a ressource.
Thankyou fr your help in advance.
-
Did you find any solution ?