Hello everyone,
I'm currently testing WAPT.
I've been able to install packages retrieved from the official repository, but that's not what I'm most interested in.
I'd like to install business applications or licensed software.
So, I'm using the `wapt-get make-template` command to create my package and the `wapt-get build-upload` command to upload it to my private repository, no problem
there. My issue arises when testing a package using the `wapt-get install` command.
Regardless of the package, I always get the same "error," or rather the same message, and I haven't found an answer on the forum or with Google. "
Installing C:\waptdev\iut16-installanywhere-wapt (task #25)
Unavailable: C:\waptdev\iut16-installanywhere-wapt"
Do you have any suggestions?
Thanks in advance
, Sébastien
Testing a package
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Good morning
Does the iut16-installanywhere package appear in the repository?
https://wapt/wapt/
Make yourself a good one:
Does the iut16-installanywhere package appear in the repository?
https://wapt/wapt/
Make yourself a good one:
Code: Select all
wapt-get update
wapt-get install iut16-installanywhere
Try it by doing:
Apparently, you should not be in a CMD in administrator mode, because wapt-get has forwarded the installation request to the waptservice service (task #nn).
To test a package without uploading it to the repository, you need to be a "full" administrator (the easiest way is to disable UAC...) and provide the path to the development directory as an argument to "wapt-get install".
When wapt-get detects that it is being run without administrator rights, it passes the installation request to the service.
You can force the installation in "direct" mode (wapt-get performs the installation, not the service) with the --direct option
Code: Select all
wapt-get --direct install C:\waptdev\iut16-installanywhere-wapt
Apparently, you should not be in a CMD in administrator mode, because wapt-get has forwarded the installation request to the waptservice service (task #nn).
To test a package without uploading it to the repository, you need to be a "full" administrator (the easiest way is to disable UAC...) and provide the path to the development directory as an argument to "wapt-get install".
When wapt-get detects that it is being run without administrator rights, it passes the installation request to the service.
You can force the installation in "direct" mode (wapt-get performs the installation, not the service) with the --direct option
Tranquil IT
Hello,
No, the file wasn't uploaded to the repository because I encountered an error and wanted to test it on a client first. I attributed it to the size of the installation file (1.9GB after all).
If I test with the --direct option, the installation works; I'll look into the next steps now.
Thank you very much for your help.
No, the file wasn't uploaded to the repository because I encountered an error and wanted to test it on a client first. I attributed it to the size of the installation file (1.9GB after all).
If I test with the --direct option, the installation works; I'll look into the next steps now.
Thank you very much for your help.
