The search returned 2 results

by Sebd
June 22, 2017 - 12:06
Forum: WAPT Packages
Subject: [SOLVED] Creating software packages with drivers
Answers: 6
Views : 8192

Re: Creating software packages with drivers

Hello.

Thanks to your example, I managed to create a working package.
However, I had to install the KB2921916 patch for Windows 7 to get rid of the driver windows.
No problems under Windows 10.


def install():
print('installing iutgeii-mplab-x-ide-v3 ...
by Sebd
June 20, 2017 - 2:54 PM
Forum: WAPT Packages
Subject: [SOLVED] Creating software packages with drivers
Answers: 6
Views : 8192

[SOLVED] Creating software packages with drivers

Hello.

I'd like to create packages for software like MPLABX or the Arduino suite.
However, these programs install drivers that prevent silent installation.

Either it simply doesn't work, or the driver installation windows open on the computer.

Do you have any...