; This is a config file for the AppProxy.exe ; Config section and key names are not case sensitive ; Note: If an app is found, installed or launched by one of the ; specified config sections the other sections won’t be processed. ; In the “Registry” section you can specify a Windows Registry value ; which will be used to detect if an app is installed or not. ; ; HKey - The root key ; Path - The name of the registry subkey to be opened ; Value - The name of the registry value. ; ; If the registry value is a: ; - Existing file ; - Or a non empty directory ; - Or a non empty string ; then we’ll assume that the app is installed. ; ; You can specify more than one “Registry” section. [Registry] HKey=HKEY_CURRENT_USER Path=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Spotify Value=InstallLocation ; In the “KnownInstallLocation” section you can specify a location ; and a file to check if the file exists at that location. ; ; Location - The location to find required files. It can also ; contain environment variables ; FileToCheck - The file to check if it exists at the specified ; location ; ; If the specified file exists at the specified location then we’ll ; assume that the app is installed. ; ; You can specify more than one “KnownInstallLocation” section. [KnownInstallLocation] Location=%USERPROFILE%\AppData\Roaming\Spotify FileToCheck=Spotify.exe ; In the “WindowsStorePackage” section you can specify a windows ; store app name and package family (optional) to detect if the app ; is installed or not. ; ; AppName - The name of the app to find ; PackageFamilyName - (Optional)The name of the package family to find ; ; If the AppProxy is running on Windows 10 then we’ll use WinRT APIs ; to find the app with the AppName. ; If the package family is specified and we’re running on Windows 8.1 ; or higher we’ll try to find the app with the AppName in the package ; with the name PackageFamilyName ; ; You can specify more than one “WindowsStorePackage” section. [WindowsStorePackage] AppName=SpotifyAB.SpotifyMusic PackageFamilyName=SpotifyAB.SpotifyMusic_zpdnekdrzrea0 ; In the “Setup” section you can specify the setup name and arguments ; to install the app. ; ; Name - (Optional) The name of the executable file that is ; responsible for installing the app. (It should be ; located next to the AppProxy.exe). If not specified ; then Setup.exe will be used instead. ; Arguments - (Optional) Arguments for setup. ; ; You can specify more than one “Setup” section. [Setup] Name=SpotifyFullSetup.exe Arguments=--campaign-id=epic-games-store --argument_info=HelloSs\ Sir ; In the “Launch” section you can specify options on how to launch ; the app. ; ; URI - A URI to launch the app ; Command - A command to launch the app. It can also ; contain environment variables ; Arguments - Arguments to pass to the launch command (these ; arguments will also be passed to the command read from ; the windows registry) ; HKey - The root key ; Path - The name of the registry subkey to be opened ; Value - The name of the registry value to read command(without ; arguments)/URI from. ; IsURI - Indicates weather value read from the windows registry ; is a URI or command. Allowed values are (case ; insensitive): True, Yes, On, 1, False, No, Off, 0 ; ; You can specify more than one “Launch” section. [Launch] URI=spotify:open ; Enable command-line argument forwarding from the Launcher on ; application launch. ; Enabled by default [ForwardCommandLineOnLaunch] Enabled=False ; Enable command-line argument forwarding from the Launcher on ; application setup. ; Enabled by default [ForwardCommandLineOnSetup] Enabled=False ; Enable logging. The AppProxy.log file will be created next to the ; AppProxy.exe ; Logging is desabled by default [Logging] Enabled=False