Operator guide

Install Center documentation

irm https://install.atiqsoft.com/install.ps1 | iex

How to install

  1. Open PowerShell as Administrator on a supported Windows device.
  2. Review the source script at https://install.atiqsoft.com/install.ps1.
  3. Run the install command and choose the required AtiqSoft product.
  4. 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