Quick Support

Für den Fernsupport von nicht verwalteten Geräten verwenden wir die sichere und schnelle Support-Software von AnyDesk.

Sie können unseren angepassten Client für Windows, MacOS und Linux unten herunterladen.

Windows Quicksupport
MacOS Quicksupport
Linux 64-Bit Quicksupport
Skip to content

Windows 8.1 Wrapping Script

Hi everybody,
Similar to what I wrote on bash for iOS and Android apps, this script takes all windows phone apps from a specified folder and runs it through the app wrapper.
If you want to use this script, like always, just on your own risk. Please open the script and review the first params. The script doesn’t install any prerequirements, so make sure that manual wrapping does work.

You can download the script here

#setting Folder 
$FolderUnwrappedApps = "C:\UnwrappedApps"
$FolderWrappedApps = "C:\WrappedApps"
$FolderMDXToolkit = "C:\MDXToolKit"

#Setting Options
$PFXPath = "C:\Microsoft\Certificate.pfx"
$PFXPassword = "mypw"
$phonePublisherId = "aaaaaaaa-bbbb-cccc-dddd- eeeeeeeeeeee"
$mdmURLsTXT = "C:\MDXToolKit\mdmURLs.txt"

$FolderUnwrappedApps
This variable defindes the folder where the unwrapped apps are stored. Right now other apps than WorxWeb, WorxMail and WorxHome are unhonored, means the script does not take them. This is planned for the next update

$FolderWrappedApps
$FolderWrappedApps defines where to save the wrapped Apps, if the Folder does not exist the script tries to create it

$FolderMDXToolkit
Set this variable to the path where the MDXToolkit downloaded from Citrix.com is extracted

$PFXPath
Pointer to the certificate obtained from Symantec

$PFXPassword
The Password to unencrypt the PFX File

$phonePublisherId
Your PublisherID generated by Microsoft

$mdmURLTXT
A bit special is a variable called $mdmURLsTXT
this file is a normal textfile and should include the different MDM Server urls like , each url per line
The script is going to create a worxhome for each url, this was done as I’m going to use this script mainly for creating the required apps for students in course.
I may update the script to accept a single URL but right now you must create the file containing at least one server url

Cheers,
Mauricio

Dieser Beitrag hat 2 Kommentare

  1. Hi Mauricio

    WorxWeb is not working to wrap. But unlike WorxMail WorxWeb is not only one file, it’s a folder with files and folders. So how do I wrap that?

    Thanks
    Udo

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

ERROR: si-captcha.php plugin: securimage.php not found.

An den Anfang scrollen