The search returned 2 results

by Clement
January 3, 2023 - 5:50 PM
Forum: WAPT Packages
Subject: [SOLVED] Shortcut creation problem
Answers: 4
Views : 3005

Re: [SOLVED] Shortcut creation problem

Hello,

I created a new script this time for installing Office 365:

def install():

if not installed_softwares(u'O365BusinessRetail'):
print('Microsoft Office 365: Installation in progress...')

run(u'OfficeSetup.exe /configure ConfigurationOffice365.xml',timeout=2000,accept ...
by Clement
December 27, 2022 - 5:52 PM
Forum: WAPT Packages
Subject: [SOLVED] Shortcut creation problem
Answers: 4
Views : 3005

[SOLVED] Shortcut creation problem

Hello,

WAPT version installed: 2.2.3.12481, Enterprise edition.
Server OS:
Administration/package creation machine OS: W10

(I've put my company's specific information in brackets.)

I'm having trouble creating a package. I want to create a desktop shortcut that...