The search returned 4 results

by yannick.jolivet
April 10, 2026 - 3:35 PM
Forum: WAPT Server
Subject: [SOLVED] Post-installation script that runs every time the machine starts
Answers: 5
Views : 5221

Re: Post-installation script that runs every time the machine starts

Hello again!

After looking into your reply, the problem actually stemmed from the fact that my script ended with the `exit` command,
so the task deactivation command never executed.

Thank you for your feedback.
by yannick.jolivet
April 10, 2026 - 1:29 PM
Forum: WAPT Server
Subject: [SOLVED] Post-installation script that runs every time the machine starts
Answers: 5
Views : 5221

Re: Post-installation script that runs every time the machine starts

Hello

thank you for your reply.
It seems I've found the problem.

I tried the method of not writing the code directly in the right-hand side of the configuration, but importing it as a .cmd script.
However, to be able to import it directly, I had to copy the script...
by yannick.jolivet
April 9, 2026 - 4:34 PM
Forum: WAPT Server
Subject: [SOLVED] Post-installation script that runs every time the machine starts
Answers: 5
Views : 5221

[SOLVED] Post-installation script that runs every time the machine starts

Hello everyone.

When I deploy my machines using WADS, I use a post-installation script.
One of its actions is to rename the C drive to SYSTEM and create a D partition on the remaining disk space.

By chance, I noticed that the post-installation script runs at...