Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--[if gt IE 6]>
- <!DOCTYPE html>
- <![endif]-->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>Snappy Driver Installer</title>
- <meta HTTP-EQUIV="MSThemeCompatible" content="yes">
- <meta http-equiv="X-UA-Compatible" content="IE=9">
- <HTA:APPLICATION ID="sdi"
- application="yes"
- applicationName="SDI"
- border="none"
- caption="no"
- contextMenu="no"
- icon="./icon.ico"
- innerBorder="no"
- maximizeButton="no"
- minimizeButton="no"
- navigable="yes"
- scroll="no"
- scrollFlat="no"
- selection="no"
- showInTaskBar="no"
- singleInstance="yes"
- sysMenu="yes"
- version="0.1"
- windowState="normal"
- />
- <script type="text/javascript">
- try {
- window.moveTo(-50000, 0);
- } catch (e) {}
- var cmd = sdi.commandLine;
- if (cmd != ''){
- cmd = '#' + encodeURIComponent(cmd);
- }
- try {
- window.onload = function () {
- window.location.href = '..\\main.html' + cmd;
- }
- } catch (e) {
- document.write('<meta http-equiv="refresh" content="0;URL=\'..\\main.html' + cmd + '\'">');
- }
- </script>
- </head>
- <body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement