Question:
How to obtain detailed Veeva CRM app information in Windows 10 and 11?
Some Group Policies or other company-specific network security settings may require detailed information on an application before the application may be installed on a device.
Answer:
Network security settings may prevent the Veeva CRM app for Windows from installing on Windows 10 or 11 devices. To obtain detailed information on these apps, use the following steps:
- Start the PowerShell prompt in Windows.
- Type: Get-AppxPackage -name "WinCRM".
Note: For app information on the Veeva Medical app, enter: -name "VeevaMedical". - Press Enter.
- Copy the detailed information.
- Send it to a network administrator.
Results appear in the following format:
Name : VeevaMedical
Publisher : CN="Veeva Systems, Inc.", OU=Products, O="Veeva Systems, Inc.
Architecture : X86
ResourceId :
Version : 26.0.3.0
PackageFullName : VeevaMedical_26.0.3.0_x86__ws7tj9kzaybem
InstallLocation : C:\Program Files\WindowsApps\VeevaMedical_26.0.3.0_x86__ws7tj
IsFramework : False
PackageFamilyName : VeevaMedical_ws7tj9kzaybem
PublisherId : ws7tj9kzaybem
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
Dependencies : {Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe}
Related Documentation:
N/A