The search returned 4 results

by AdriAlpes
April 29, 2022 - 3:28 PM
Forum: WAPT Packages
Subject: [SOLVED] Problem installing .msi package
Answers: 2
Views : 3467

Re: Problem installing package .msi

Good morning,

Can you try?

Code: Select all

install_msi_if_needed('Visual Studio Code.msi',properties='ALLUSER=1 ALLUSERS=1')
Good afternoon!
by AdriAlpes
July 1, 2020 - 4:04 PM
Forum: WAPT Packages
Subject: Send a message (MessageBox) / .reg
Answers: 4
Views : 4283

Re: Sending a message (MessageBox) / .reg

Hello,

Thank you for your reply. I used "vcardon's" solution, which works, thanks again!

Do you have any ideas for the .reg file? It's a large registry modification with 300 keys to change.

Thank you in advance and have a good afternoon

. Best regards

Adrien
by AdriAlpes
July 1, 2020 - 2:13 PM
Forum: WAPT Packages
Subject: Send a message (MessageBox) / .reg
Answers: 4
Views : 4283

Re: Sending a message (MessageBox) / .reg

Hello Vincent,

Thank you for your reply, I'll try that right away.

Have a good afternoon,

Best regards,

Adrien
by AdriAlpes
July 1, 2020 - 12:37
Forum: WAPT Packages
Subject: Send a message (MessageBox) / .reg
Answers: 4
Views : 4283

Send a message (MessageBox) / .reg

Hello everyone,

I'd like to create a MessageBox in the `def install()` function to inform the user that they must restart their machine after installing the package (registry key declaration in the session setup() function).

However, I'm getting a timeout when I install the package, even though on my...