Operator guide
Install Center documentation
irm https://install.atiqsoft.com/install.ps1 | iex
How to install
- Open PowerShell as Administrator on a supported Windows device.
- Review the source script at
https://install.atiqsoft.com/install.ps1. - Run the install command and choose the required AtiqSoft product.
- Confirm the installer source, hash check status, and admin consent prompt.
How to repair
Choose menu option 9 to run the repair workflow. The script downloads the selected product installer from the declared AtiqSoft URL and starts it with a repair argument placeholder.
How to uninstall
Choose menu option 10 to open the Windows installed apps control panel. Final package-specific uninstall commands should be added after each AtiqSoft product installer publishes its official product code.
Enterprise deployment
Mirror /install.ps1, /products.json, and approved
installer packages behind enterprise device management. Pin SHA256 values
before rollout and keep local logs from
C:\ProgramData\AtiqSoft\InstallLogs for support review.
For non-interactive checks, run with -ProductId, -Channel,
-Quiet, and -CheckOnly.
Release management
Troubleshooting
- Use an elevated PowerShell session when installer permissions are required.
- Check TLS inspection or firewall rules if downloads fail.
- Compare installer hash values when validation stops a package.
- Attach the latest log file from
C:\ProgramData\AtiqSoft\InstallLogs.