The search returned 3 results

by Fubinix
June 22, 2020 - 11:09
Forum: WAPT Packages
Subject: ImageGlass Package - Default Application
Answers: 0
Views : 5089

ImageGlass Package - Default Application

Hello everyone! I had to create an ImageGlass package because I couldn't find it in the Store, and it's the photo viewer that the town hall where I'm doing my internship wants to install to replace the default one.
def install():
print('installing test-imageglass')
picture ...
by Fubinix
June 18, 2020 - 09:33
Forum: WAPT Packages
Subject: [SOLVED] Importing a PuTTY configuration as a .reg file into a WAPT package
Answers: 2
Views : 2650

Re: Importing a PuTTY configuration as a .reg file into a WAPT package

Thank you so much, I managed to do what I wanted to do! :D
by Fubinix
June 15, 2020 - 11:53
Forum: WAPT Packages
Subject: [SOLVED] Importing a PuTTY configuration as a .reg file into a WAPT package
Answers: 2
Views : 2650

[SOLVED] Importing a PuTTY configuration as a .reg file into a WAPT package

Hello, I've been doing an internship for a few days at a town hall that uses PuTTY and wants to implement WAPT.
They've asked me to be able to export a PuTTY configuration in order to modify the WAPT package that will be deployed.
The only way I can see seems to be to export the PuTTY .reg file and...