{"id":64186,"date":"2025-08-07T11:38:42","date_gmt":"2025-08-07T11:38:42","guid":{"rendered":"https:\/\/www.applivery.com\/?post_type=docs&#038;p=64186"},"modified":"2025-08-07T11:39:20","modified_gmt":"2025-08-07T11:39:20","password":"","slug":"wrapping-msi-files","status":"publish","type":"docs","link":"https:\/\/www.applivery.com\/pt-br\/docs\/mobile-device-management\/windows-mdm\/app-management-windows-mdm\/wrapping-msi-files\/","title":{"rendered":"Wrapping MSI files"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"64186\" class=\"elementor elementor-64186\" data-elementor-post-type=\"docs\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79d4cc3 e-con-full e-flex e-con e-parent\" data-id=\"79d4cc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab7791c elementor-widget elementor-widget-text-editor\" data-id=\"ab7791c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Wrapping files into a single MSI file is helpful when deploying custom applications or scripts through Applivery MDM. Once packaged, the MSI can be uploaded to Applivery and deployed like any standard application, triggering your custom scripts or installers on target devices.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39d15bd elementor-widget elementor-widget-heading\" data-id=\"39d15bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Common use cases\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6c1140 elementor-widget elementor-widget-text-editor\" data-id=\"c6c1140\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Wrapping into a single MSI is useful for:<\/p>\n\n<ul>\n \t<li>Installing <code>.exe<\/code> applications.<\/li>\n \t<li>Installing <code>.msix<\/code> or <code>.msixbundle<\/code> packages.<\/li>\n \t<li>Deploying custom scripts.<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-190466e elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"190466e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Note<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">MSI files deployed through Applivery are executed with <strong>administrator privileges<\/strong> under the <strong>SYSTEM account<\/strong> in Windows. Keep this in mind when deploying scripts or applications intended for user-level execution, as they will also run in the SYSTEM context.<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ae26e4 elementor-widget elementor-widget-heading\" data-id=\"9ae26e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How it works\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e59dbb elementor-widget elementor-widget-text-editor\" data-id=\"1e59dbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">The most straightforward approach is to include all necessary files in a folder, along with a\u00a0<strong>batch\u00a0<\/strong>file\u00a0(<code>.bat<\/code>). This batch script serves as the entry point, allowing it to call PowerShell scripts or launch installers.<\/p><p class=\"p1\"><strong>Example: Deploying <code>xbox.msixbundle<\/code><\/strong><\/p><ol><li>Create a batch file (<code>installXbox.bat<\/code>) to trigger a PowerShell script:<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8aac352 elementor-widget elementor-widget-code-highlight\" data-id=\"8aac352\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-bash line-numbers\">\n\t\t\t\t<code readonly=\"true\" class=\"language-bash\">\n\t\t\t\t\t<xmp>@echo off\npowershell.exe -ExecutionPolicy Bypass -File \"%~dp0installXboxApp.ps1\"<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3051b8 elementor-widget elementor-widget-text-editor\" data-id=\"b3051b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"2\">\n \t<li>Create the PowerShell script (<code>installXboxApp.ps1<\/code>) to install the app:<\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a634031 elementor-widget elementor-widget-code-highlight\" data-id=\"a634031\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t\t\t\t<div class=\"prismjs-default copy-to-clipboard \">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-bash line-numbers\">\n\t\t\t\t<code readonly=\"true\" class=\"language-bash\">\n\t\t\t\t\t<xmp>Dism \/Online \/Add-ProvisionedAppxPackage \/PackagePath:\".\\xbox.msixbundle\" \/SkipLicense\nexit 0<\/xmp>\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f0f0a8 elementor-widget elementor-widget-text-editor\" data-id=\"1f0f0a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"3\">\n \t<li>\n<p class=\"p1\">Place the following files in a single folder:<\/p>\n\n<ul>\n \t<li>\n<code>installXbox.bat<\/code>.\n<\/li>\n \t<li>\n<code>installXboxApp.ps1<\/code>.\n<\/li>\n \t<li>\n<code>xbox.msixbundle<\/code>.\n<\/li>\n<\/ul>\n<\/li>\n \t<p class=\"s1\"><li>Wrap the folder into a single MSI file using a tool like MSI Wrapper by EXEMSI.<\/li><\/p>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ace0927 elementor-widget elementor-widget-heading\" data-id=\"ace0927\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Creating an MSI with EXEMSI\u2019s MSI Wrapper<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-928cf20 elementor-widget elementor-widget-text-editor\" data-id=\"928cf20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">There are multiple tools available to create MSI packages. In this guide, we\u2019ll use <strong><span class=\"s1\">MSI Wrapper by EXEMSI<\/span><\/strong> \u2014 a simple utility that offers both free and paid versions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15182a1 elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"15182a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Note<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">The free version adds a watermark to the MSI file name but does not limit functionality.<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5a2d74 elementor-widget elementor-widget-heading\" data-id=\"a5a2d74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Prepare your files<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b26d70e elementor-widget elementor-widget-text-editor\" data-id=\"b26d70e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Before wrapping, create a folder with <strong><span class=\"s1\">only<\/span><\/strong> the necessary files (e.g., batch file, scripts, app packages).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1fe9dfc elementor-alert-warning elementor-widget elementor-widget-alert\" data-id=\"1fe9dfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Note<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">MSI files cannot execute PowerShell scripts directly. You must use a <code>.bat<\/code> file to trigger any PowerShell logic.<\/span>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb28ae elementor-widget elementor-widget-text-editor\" data-id=\"4bb28ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">In this example, the batch file is set as the <strong><span class=\"s1\">primary executable<\/span><\/strong>. When the MSI is run, the batch script initiates the PowerShell script, which performs the actual installation.<\/p><ol><li><p class=\"p1\"><strong><span class=\"s1\">Open MSI Wrapper<\/span><\/strong> and click <strong><span class=\"s1\">Next<\/span><\/strong> to begin the configuration process.<\/p><\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d07166 elementor-widget elementor-widget-image\" data-id=\"6d07166\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"551\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-1.png\" class=\"attachment-large size-large wp-image-64187\" alt=\"step-1\" srcset=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-1.png 602w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-1-300x275.png 300w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-1-360x330.png 360w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" title=\"step-1 | Applivery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6b722f elementor-widget elementor-widget-text-editor\" data-id=\"c6b722f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"2\">\n \t<p class=\"s1\"><li>Select the <strong>batch file<\/strong> as the executable (this is your trigger file).\n<ul><\/p>\n \t<li>Make sure to <strong>check the box<\/strong> to include all files in the setup folder.<\/li>\n \t<li>Choose the appropriate <strong>platform architecture<\/strong> (usually x64).<\/li>\n<\/ul>\n<\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd0d6a5 elementor-widget elementor-widget-image\" data-id=\"bd0d6a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"551\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-2.png\" class=\"attachment-large size-large wp-image-64190\" alt=\"step-2\" srcset=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-2.png 602w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-2-300x275.png 300w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-2-360x330.png 360w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" title=\"step-2 | Applivery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bb3e2c elementor-widget elementor-widget-text-editor\" data-id=\"5bb3e2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"3\"><li><p class=\"p1\"><strong><span class=\"s1\">Set the installation context<\/span><\/strong> based on your deployment needs.<\/p><ul><li><p class=\"p1\">In most cases, you\u2019ll want to install for <strong><span class=\"s1\">all users<\/span><\/strong> or <strong><span class=\"s1\">system-wide<\/span><\/strong>.<\/p><\/li><\/ul><\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82e6b49 elementor-widget elementor-widget-image\" data-id=\"82e6b49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"551\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-3.png\" class=\"attachment-large size-large wp-image-64193\" alt=\"step-3\" srcset=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-3.png 602w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-3-300x275.png 300w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-3-360x330.png 360w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" title=\"step-3 | Applivery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6abf3f5 elementor-widget elementor-widget-text-editor\" data-id=\"6abf3f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"4\">\n \t<li>\n<p class=\"p1\"><strong>Define the application identity<\/strong><span class=\"s1\">:<\/span><\/p>\n\n<ul>\n \t<li>\nEnter an <strong><span class=\"s1\">Application ID<\/span><\/strong> (any string of your choice).\n<\/li>\n \t<li>\n<span class=\"s1\">Click to <\/span><strong>generate a new Upgrade Code<\/strong><span class=\"s1\">.<\/span>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d160aa elementor-widget elementor-widget-image\" data-id=\"9d160aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"551\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-4.png\" class=\"attachment-large size-large wp-image-64196\" alt=\"\" srcset=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-4.png 602w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-4-300x275.png 300w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-4-360x330.png 360w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" title=\"step-4 | Applivery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fceb12 elementor-widget elementor-widget-text-editor\" data-id=\"3fceb12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"5\">\n \t<li>\n<p class=\"p1\"><strong>Fill in product details manually<\/strong><span class=\"s1\">:<\/span><\/p>\n\n<ul>\n \t<li>\n<span class=\"s1\">Provide the <\/span><strong>Product Name<\/strong><span class=\"s1\">, <\/span><strong>Manufacturer<\/strong><span class=\"s1\">, and <\/span><strong>Version<\/strong><span class=\"s1\">.<\/span>\n<\/li>\n \t<li>\n<p class=\"p1\">Click <strong><span class=\"s1\">Next<\/span><\/strong> through the remaining steps.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2af8dbc elementor-widget elementor-widget-image\" data-id=\"2af8dbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"551\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-5.png\" class=\"attachment-large size-large wp-image-64199\" alt=\"\" srcset=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-5.png 602w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-5-300x275.png 300w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-5-360x330.png 360w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" title=\"step-5 | Applivery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d2810a elementor-widget elementor-widget-text-editor\" data-id=\"3d2810a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol start=\"6\"><li><p class=\"p1\"><span class=\"s1\">Click<\/span><strong><span class=\"s1\"> Build<\/span><\/strong>\u00a0to generate the MSI file.<\/p><ul><li><p class=\"p1\">The output MSI will be created in the <strong><span class=\"s1\">same directory<\/span><\/strong> as your source files.<\/p><\/li><\/ul><\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a394ba7 elementor-widget elementor-widget-image\" data-id=\"a394ba7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"551\" src=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-6.png\" class=\"attachment-large size-large wp-image-64202\" alt=\"step-6\" srcset=\"https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-6.png 602w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-6-300x275.png 300w, https:\/\/www.applivery.com\/wp-content\/uploads\/2025\/08\/step-6-360x330.png 360w\" sizes=\"auto, (max-width: 602px) 100vw, 602px\" title=\"step-6 | Applivery\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Learn how to wrap MSI files for deployment and remote management.<\/p>\n","protected":false},"author":5,"featured_media":32390,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"content-type":"","inline_featured_image":false,"footnotes":""},"product":[454],"doc_category":[450],"doc_tag":[],"class_list":["post-64186","docs","type-docs","status-publish","format-standard","has-post-thumbnail","hentry","product-windows-mdm","doc_category-app-management-windows-mdm"],"aioseo_notices":[],"year_month":"2026-05","word_count":463,"total_views":"1114","reactions":{"happy":"0","normal":"0","sad":"0"},"author_info":{"name":"Karla Makowski","author_nicename":"karla-makowski","author_url":"https:\/\/www.applivery.com\/pt-br\/blog\/author\/karla-makowski\/"},"doc_category_info":[{"term_name":"App Management","term_url":"https:\/\/www.applivery.com\/docs\/mobile-device-management\/windows-mdm\/app-management-windows-mdm\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/64186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/comments?post=64186"}],"version-history":[{"count":3,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/64186\/revisions"}],"predecessor-version":[{"id":64207,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/docs\/64186\/revisions\/64207"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/media\/32390"}],"wp:attachment":[{"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/media?parent=64186"}],"wp:term":[{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/product?post=64186"},{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/doc_category?post=64186"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.applivery.com\/pt-br\/wp-json\/wp\/v2\/doc_tag?post=64186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}