Deploy ScaleFT with Intune
Overview
Follow these Intune deployment steps for ScaleFT 1.83.4 from ScaleFT to keep packaging, assignment, and troubleshooting consistent.
This non-AI draft follows a fixed production-safe template. It keeps the deployment sequence explicit and auditable so operational teams can review every step. For policy timing context, read how Intune device sync works. For assignment strategy, review Required vs Available app assignments.
| App name | ScaleFT |
| Publisher | ScaleFT |
| Version | 1.83.4 |
| Deployment type | Windows app (Win32) |
| Catalog app id | b0e24cb0-20f8-4e3b-8510-b688542d2c93 |
Download Installer
Download the installer from the vendor source and keep the original file name intact. Store checksum evidence and source URL in your deployment notes so package provenance is clear. If you need packaging guardrails, use .intunewin package preparation and Win32 packaging best practices.
- Use a clean working directory such as D:\Intune.
- Place installer binaries in D:\Intune\Input only.
- Keep build output in D:\Intune\Output to simplify validation.
Package the App for Intune
Start by organizing a dedicated packaging folder for ScaleFT to keep input binaries and generated .intunewin files traceable.
IntuneWinAppUtil.exe -c "D:\Intune\Input" -s "installer.exe" -o "D:\Intune\Output" -q
After the build completes, verify that the output package exists and matches the expected naming convention. Keep the package immutable for the rest of the deployment cycle; if any input changes, rebuild and version the package explicitly.
Create the App
In Intune, create the Win32 app object for ScaleFT and align core settings before moving to assignments.
- Go to Apps -> All apps -> Add and choose Windows app (Win32).
- Upload the
.intunewinfile from D:\Intune\Output. - Set app details (name, publisher, version) to match package evidence.
- Save and continue to Program, Requirements, and Detection settings.
Configure App Settings
Use this stage to lock in program, requirement, and detection values for ScaleFT before assignment expansion.
| Field | Value |
|---|---|
| Install command | "%SystemRoot%\System32\msiexec.exe" /i "ScaleFT-1.83.4.msi" /qn |
| Uninstall command | "%SystemRoot%\System32\msiexec.exe" /X {DFF3BE84-9E55-41F5-BCF5-24BEE5EC6B45} /qn |
| Install behavior | System context (recommended unless user-context is required) |
| Restart behavior | Determine based on installer return codes and app impact |
Define requirement and detection rules with conservative logic. Detection should prove install state, not just file copy. Start with one reliable rule, then add complexity only when necessary. For deeper rule guidance, refer to Intune detection rules explained.
Assign the App and Deploy
Assign ScaleFT in rollout rings (pilot -> controlled broad) so you can gate expansion on install and detection quality.
- Create a controlled pilot assignment (Required or Available based on rollout strategy).
- Trigger sync on test devices and confirm assignment receipt.
- Review device install status and detection results in Intune.
- Promote to broader scope only when failure patterns are understood and acceptable.
Sync Policy to Target Devices
Use a controlled sync check for ScaleFT to separate assignment timing issues from installer failures.
- On device: Settings -> Accounts -> Access work or school -> Info -> Sync.
- In Intune: open the pilot device and trigger Sync.
- Re-check app state after one full check-in cycle.
Review Deployment and Install State
Track first-wave deployment signals for ScaleFT and focus on repeatable patterns before broadening scope.
| Signal | Expected pilot result |
|---|---|
| Assignment state | Pilot devices show In scope with no unexpected exclusions. |
| Install status | Installs complete without repeated retries. |
| Detection status | Post-install detection is stable across pilot endpoints. |
| User impact | Restart and app usability behavior matches change plan. |
Troubleshooting
When deployment results drift from expected behavior, run the checks below in order to isolate scope, command, detection, and policy timing problems quickly.
| Issue | What to check |
|---|---|
| App does not install | Confirm the app is assigned to the correct user or device group. |
| App shows as failed | Review the install command, silent switch, and Intune Management Extension logs. |
| Detection rule fails | Check the file path, MSI product code, registry key, or detection value. |
| App is not visible in Company Portal | Confirm the assignment type is Available and the user is in the target group. |
| Install works manually but fails in Intune | Verify the install command runs silently under system context and does not require user input. |
| Uninstall does not run | Validate the uninstall command and confirm the app is assigned with uninstall intent. |
| Device has not received policy | Trigger a manual sync or wait for the next Intune device check-in. |
| App stuck on installing | Check if a restart is pending and verify no other installation is blocking the process. |
| Install fails due to context | Verify the app runs correctly under System or User context based on the install behavior. |
| Need detailed logs | Check Intune Management Extension logs in C:\ProgramData\Microsoft\IntuneManagementExtension\Logs for installation details and errors. |
For persistent failures, capture the exact return code, rerun the install command in the same context, and re-check Intune Management Extension logs.
Deployment Validation Checklist
- Run a pilot rollout of ScaleFT to a small ring before broad assignment.
- Confirm the install command executes silently in the target context.
- Confirm detection logic (types observed: manual/unspecified) matches real endpoint state after install.
- Monitor return codes and enforcement state in Intune Device install status and Intune Management Extension logs.
- Confirm uninstall intent and rollback readiness are documented for the same pilot devices.
Rollback and Recovery Notes
- Document a rollback baseline for ScaleFT (target version: 1.83.4) before broad rollout.
- Confirm the uninstall command is validated in pilot scope before broader rollout.
- Use phased assignments (pilot -> ring1 -> broad) with explicit go/no-go checkpoints after each ring.
- When replacing an existing deployment, retire superseded assignments only after validation closes successfully.

Leave a feedback
Include versions, steps, and any error text if you have them.