The search returned 11 results

by HugoDams
August 22, 2022 - 3:38 PM
Forum: WAPT Packages
Subject: [SOLVED] Run bat files
Answers: 4
Views : 3177

Re: Run bat files

My mistake, it works with my C:\ drive...
Are the packets unable to write to the network?
If you have another solution for obtaining the MAC addresses of PCs using the user log via WAPT, I'd appreciate it, because the console displays all the MAC addresses, but we only want the active one.
Thanks,
Hugo
by HugoDams
August 22, 2022 - 3:33 PM
Forum: WAPT Packages
Subject: [SOLVED] Run bat files
Answers: 4
Views : 3177

Re: Run bat files

Hi Denis,
Y: is a network drive; it does exist, but the script needs to create the text file based on the user log (h.veyrent.txt in my case).
This drive is accessible to everyone without restriction (it's our daysharing).

Hugo
by HugoDams
August 22, 2022 - 1:42 PM
Forum: WAPT Packages
Subject: [SOLVED] Run bat files
Answers: 4
Views : 3177

[SOLVED] Run bat files

Hello,
I'm using WAPT 2.2.1 in a completely Windows environment.

I want to run a .bat file with a very simple command line:
ipconfig /all > Y:\SimonP\MAC\%username%.txt


Here's the package I've set up (it's just as simple):
# -*- coding: utf-8 -*-
from ...
by HugoDams
July 26, 2022 - 11:28
Forum: WAPT Packages
Subject: [RESOLVED] Package installation options
Answers: 1
Views : 2017

[RESOLVED] Package installation options

WAPT 2.2 on Windows
VM Win10 for dev/test.

Hello,
I need to install an .exe file on my PCs. During the installation, there are only 3 checkboxes:
2022-07-26 11_12_53-win10 dev package [Running] - Oracle VM VirtualBox.png

By default, only the first box is checked, and I need the others...
by HugoDams
July 19, 2022 - 4:05 PM
Forum: WAPT Packages
Subject: Template install MSI error
Answers: 13
Views : 9450

Re: [WAPT 2.2] Template install MSI error

Damn! Do you know if this problem occurs on all versions of Windows?
Is there no other way to install it as a package?

Hugo
by HugoDams
July 19, 2022 - 3:29 PM
Forum: WAPT Packages
Subject: Template install MSI error
Answers: 13
Views : 9450

Re: [WAPT 2.2] Template install MSI error


Does the installer need network resources to complete the installation (any file sharing on a server)?
No.



Could you see if the solution offered by Autodesk can resolve your problem?


What do you mean by the Autodesk solution? Atlas is...
by HugoDams
July 19, 2022 - 2:11 PM
Forum: WAPT Packages
Subject: Template install MSI error
Answers: 13
Views : 9450

Re: [WAPT 2.2] Template install MSI error


Do you see anything in the Event Viewer when the installation crashes?


I get this message when I try to install it in an administrator command prompt:

Product: ATLAS -- Error 1606. Could not access network location CustomDisplays.

According to the internet, it could be:


Faulty Windows Registry...
by HugoDams
July 19, 2022 - 11:37
Forum: WAPT Packages
Subject: Template install MSI error
Answers: 13
Views : 9450

Re: [WAPT 2.2] Template install MSI error

Hello Denis,

Here's what I've tested:

1: Installed the "ms-pstools" package -> forced the installation on the machine containing the package -> installed the Atlas package -> forced the Atlas installation.
Result: no installation

. 2: Command psexec -i -s cmd in PS as administrator -> attempted to install the MSI in the...
by HugoDams
July 18, 2022 - 2:45 PM
Forum: WAPT Packages
Subject: Template install MSI error
Answers: 13
Views : 9450

Re: [WAPT 2.2] Template install MSI error

Hello Vincent,

The order:

Code: Select all

msiexec /norestart /passive /i "ATLAS 9.81.2.msi"
Run directly from the command prompt, it works correctly (I used /passive instead of /q to see the progress). So I don't think it's an issue with the MSI.

Hugo
by HugoDams
July 18, 2022 - 2:33 PM
Forum: WAPT Packages
Subject: Template install MSI error
Answers: 13
Views : 9450

Re: [WAPT 2.2] Template install MSI error

alain17 wrote: Jul 18, 2022 - 1:53 PM Error 1603 can be raised if, for example, the tool you are trying to install is already present on the system
Good morning,
No, the test machine is completely clean as of this morning (except for the waptdev package)