Skip to content

Instantly share code, notes, and snippets.

@timbodv
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save timbodv/b6ca28971692d15ea117 to your computer and use it in GitHub Desktop.

Select an option

Save timbodv/b6ca28971692d15ea117 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<SequencerTemplate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AllowMU>false</AllowMU>
<AppendPackageVersionToFilename>false</AppendPackageVersionToFilename>
<AllowLocalInteractionToCom>false</AllowLocalInteractionToCom>
<AllowLocalInteractionToObject>false</AllowLocalInteractionToObject>
<FullVFSWriteMode>false</FullVFSWriteMode>
<ExcludePreExistingSxSAndVC>false</ExcludePreExistingSxSAndVC>
<FileExclusions>
<string>[{Profile}]\NTUSER.DAT</string>
<string>[{CryptoKeys}]</string>
<string>[{Common AppData}]\Microsoft\Crypto</string>
<string>[{Common AppData}]\Microsoft\Search\Data</string>
<string>[{Common AppData}]\Microsoft\RAC</string>
<string>[{Cookies}]</string>
<string>[{History}]</string>
<string>[{Cache}]</string>
<string>[{Local AppData}]</string>
<string>[{LocalAppDataLow}]</string>
<string>[{Personal}]</string>
<string>[{Profile}]\Local Settings</string>
<string>[{Profile}]\NTUSER.DAT.LOG1</string>
<string>[{Profile}]\NTUSER.DAT.LOG2</string>
<string>[{Recent}]</string>
<string>[{Windows}]\Debug</string>
<string>[{Windows}]\Logs\CBS</string>
<string>[{Windows}]\Temp</string>
<string>[{Windows}]\WinSxS\ManifestCache</string>
<string>[{Windows}]\WindowsUpdate.log</string>
<string>[{AppVPackageDrive}]\$Recycle.Bin</string>
<string>[{AppVPackageDrive}]\System Volume Information</string>
<string>[{AppData}]\Microsoft\AppV</string>
<string>[{Local AppData}]\Temp</string>
<string>[{ProgramFilesX64}]\Microsoft Application Virtualization\Sequencer</string>
<string>[{AppVPackageDrive}]\Boot</string>
<string>[{Windows}]\ServiceProfiles</string>
<string>[{Windows}]\AppCompat</string>
<string>[{Windows}]\Logs</string>
<string>[{SystemX86}]\wbem</string>
<string>[{SystemX86}]\config</string>
<string>[{SystemX86}]\SMI</string>
</FileExclusions>
<RegExclusions>
<string>REGISTRY\MACHINE\SOFTWARE\Wow6432Node\Microsoft\Cryptography</string>
<string>REGISTRY\MACHINE\SOFTWARE\Microsoft\Cryptography</string>
<!-- watch out for this if trying to sequence IE addins -->
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Microsoft\Windows\CurrentVersion\Internet Settings</string>
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU</string>
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU</string>
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams</string>
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Streams</string>
<string>REGISTRY\MACHINE\SOFTWARE\Microsoft\AppV</string>
<string>REGISTRY\MACHINE\SOFTWARE\Wow6432Node\Microsoft\AppV</string>
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Microsoft\AppV</string>
<string>REGISTRY\USER\[{AppVCurrentUserSID}]\Software\Wow6432Node\Microsoft\AppV</string>
</RegExclusions>
<TargetOSes />
</SequencerTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment