The software does not require administrator privileges to install.
There's no need to do it via Wapt.
The search returned 19 results
- September 20, 2021 - 2:17 PM
- Forum: WAPT Packages
- Subject: [Resolved] Creating a Postman package
- Answers: 1
- Views : 1993
- September 20, 2021 - 2:17 PM
- Forum: WAPT Packages
- Subject: [Resolved] Creating a Postman package
- Answers: 1
- Views : 1993
[Resolved] Creating Postman package
I want to create a Postman package
Here is my code:
def install():
# declaring local variables
package_version = control.get_software_version()
# installing the package
install_exe_if_needed('Postman-win64-8.12.1-Setup.exe',
silentflags='-s',
key='',
min_version=package_version
)
def ...
Here is my code:
def install():
# declaring local variables
package_version = control.get_software_version()
# installing the package
install_exe_if_needed('Postman-win64-8.12.1-Setup.exe',
silentflags='-s',
key='',
min_version=package_version
)
def ...
- August 9, 2021 - 3:52 PM
- Forum: WAPT Packages
- Subject: Creating an Add-on Package for Office SEI
- Answers: 4
- Views : 3291
Re: Creating an Add-on Package on Office SEI
I just tested the installation via psexec.
There was no error message and the software did not install.
There was no error message and the software did not install.
- July 29, 2021 - 2:50 PM
- Forum: WAPT Packages
- Subject: Creating an Add-on Package for Office SEI
- Answers: 4
- Views : 3291
Re: Creating an Add-on Package on Office SEI
I just did the test via the task scheduler (in system account),
the software did not install and it displays error 2147944019.
the software did not install and it displays error 2147944019.
- July 28, 2021 - 4:08 PM
- Forum: WAPT Packages
- Subject: Creating an Add-on Package for Office SEI
- Answers: 4
- Views : 3291
Create SEI Office Add-on Package
Hello,
I need to create a package for installing an Excel add-in.
Here is the code:
`uninstallkey = ['{278DC828-AE0E-4E99-AA49-8F68B362C90C}']`
`def install():
install_exe_if_needed('SEI Excel Add-in - WIN64 - V2021R1.exe',
key='{278DC828-AE0E-4E99-AA49-8F68B362C90C ...`)`
I need to create a package for installing an Excel add-in.
Here is the code:
`uninstallkey = ['{278DC828-AE0E-4E99-AA49-8F68B362C90C}']`
`def install():
install_exe_if_needed('SEI Excel Add-in - WIN64 - V2021R1.exe',
key='{278DC828-AE0E-4E99-AA49-8F68B362C90C ...`)`
- July 27, 2021 - 5:19 PM
- Forum: WAPT Packages
- Subject: Crystal Reports package uninstallation problem
- Answers: 3
- Views : 2809
Re: Crystal Reports package uninstallation problem
I just modified the script
uninstallkey = ['{39D270D0-DD9C-4B8B-A696-EBFE7CFFFC2E}']
def install():
# installing the package
install_exe_if_needed('.\CrystalReports\setup.exe',
silentflags='-r response.ini',
key='{39D270D0-DD9C-4B8B-A696-EBFE7CFFFC2E}',
min_version='14.1.4.1327 ...
uninstallkey = ['{39D270D0-DD9C-4B8B-A696-EBFE7CFFFC2E}']
def install():
# installing the package
install_exe_if_needed('.\CrystalReports\setup.exe',
silentflags='-r response.ini',
key='{39D270D0-DD9C-4B8B-A696-EBFE7CFFFC2E}',
min_version='14.1.4.1327 ...
- July 26, 2021 - 5:33 PM
- Forum: WAPT Packages
- Subject: Crystal Reports package uninstallation problem
- Answers: 3
- Views : 2809
Re: Crystal Reports package uninstallation problem
I didn't understand your answer. 
- July 26, 2021 - 4:25 PM
- Forum: WAPT Packages
- Subject: [SOLVED] Registry key modification problem
- Answers: 6
- Views : 4965
Re: Registry key modification problem
Thank you very much.
It works
It works
- July 26, 2021 - 11:54
- Forum: WAPT Packages
- Subject: [SOLVED] Registry key modification problem
- Answers: 6
- Views : 4965
Re: Registry key modification problem
Thank you, the order is no longer showing an error, but there is a new problem.
The data should be 0x00007530 (30000) and with the command it becomes 0x00001d6a (7530)
The data should be 0x00007530 (30000) and with the command it becomes 0x00001d6a (7530)
- July 26, 2021 - 11:26
- Forum: WAPT Packages
- Subject: [SOLVED] Registry key modification problem
- Answers: 6
- Views : 4965
Re: Registry key modification problem
Unfortunately, no.
It still displays the same error: FATAL ERROR: ValueError: Could not convert the data to the specified type
It still displays the same error: FATAL ERROR: ValueError: Could not convert the data to the specified type
