Hi Everyone,
In my environment i need to deploy an application to only laptops. Before that i worked very fine with WPP to install software to all devices.
Obviously i miss one o more things. I show below the single step for your help.
1.create a new update
![Image]()
Thanks so much
RS
In my environment i need to deploy an application to only laptops. Before that i worked very fine with WPP to install software to all devices.
Obviously i miss one o more things. I show below the single step for your help.
1.create a new update

-
Add a MSI-ProductInstalled ad update level and a WMI-query rule at package level .
wmi: "Select * from Win32_Battery WHERE (BatteryStatus <> 0)" On the desktops the value is equal to '0' because It haven't a battery.
Click on next button without check "delete rules at package level"![Image]()
-
add a MSI-productInstallled with the flag on "Reverse Rule"
![Image]()
-
click on the button "next" to go on and publish the application.
Thanks so much
RS

