customize InstallScript.qs file
Unsolved
Installation and Deployment
-
Hi
i am using Qt Installation Frame work 3.0.4 and able to create and Install a setup file Successfully with Default InstallScript.qs, but i want to add two more wizards for Digital Signature and "Launch after install", by Default InstallScript.qs do not have such script. i am new for Frame work install Scripts and i don't know what script i have to write for full filling my requirement. could you please any one help me how to write the script or is there any document or tutorial for writing InstallScript.qs file ?
-
Check the docs https://doc.qt.io/qtinstallerframework/
Also:
- Example 1 https://doc.qt.io/qtinstallerframework/qt-installer-framework-changeuserinterface-example.html
- Example 2 https://doc.qt.io/qtinstallerframework/qt-installer-framework-dynamicpage-example.html
- Docs on controller scripting https://doc.qt.io/qtinstallerframework/noninteractive.html
Sorry for raw links, I'm in a hurry.