The search returned 11 results

by shirocen
May 30, 2016 - 09:25
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

I'm editing the setup.py files using Windows Notepad, if that's what you were asking.

It seems to me the machine doesn't even have Python installed, which would explain why setup.py isn't working. :roll:

After checking, it seems wapt has its own Python installation, not accessible from...
by shirocen
May 25, 2016 - 09:49
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

Up!
by shirocen
May 20, 2016 - 5:20 PM
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

Hmm, it seems the commands still aren't working.

Even the call to "filetocopy()" does nothing on the client; no files are copied.

And yet WAPT continues the installation as if nothing's wrong and installs the software on C:, especially since

I have no record of what it's doing...
by shirocen
May 20, 2016 - 4:05 PM
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

Thank you all for your help, we can now fully enjoy the tool :)
by shirocen
May 17, 2016 - 08:29
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

I understand, but does the inclusion happen when creating the WAPT package via the command line, or in the folder

generated during package creation where the .ini file is directly copied and pasted?
by shirocen
May 13, 2016 - 10:49
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

Hello,

I regret to inform you that the method for installing on D: using an .ini file does not work.

Because the installation is performed on a remote machine, the client has no access to the .ini file hosted on the server

and is therefore unable to follow the...
by shirocen
April 27, 2016 - 10:44
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

I install my software on D: to keep the system environment separate from the software environment on C:.

I finally found the solution: simply modify the installation command in the setup.py file and specify

an .ini file with the argument /INI=*****.ini:

run(r'firefox ...
by shirocen
April 26, 2016 - 11:13
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

I don't understand; does the installation path need to be chosen during the "wapt-get make-template *****.exe" command, along with

an .ini file specifying the installation path?

Thanks.

EDIT: I described the case for Firefox, but I have dozens of packages to install on D...
by shirocen
April 26, 2016 - 10:55 AM
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

Thank you for your reply, Simon.

Is the line `InstallDirectoryPath=d:\firefox\` correct to add to the setup.py file?

Thank you in advance!
by shirocen
April 26, 2016 - 09:12
Forum: WAPT Packages
Subject: [Wapt - installation path]
Answers: 23
Views : 22057

Re: [Wapt - installation path]

Thank you for your reply, Simon.

This command installs the agent in D:, but I would like to install the software sent from the WAPT console in D:

and not the agent. For example, when I install Firefox, the files are stored in C:. I would like to change this

behavior and...