| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <script language = "javascript">
- function window::onload()
- {
- //Setting Config-Parameters
- Starter.setCustomDir("{server}", "http://10.10.0.10:8040/TFSmartUpdater" );
- Starter.setCustomDir("{intend}", "C:\\TFSmartUpdater" );
- var ret = Starter.getConfig("http://10.10.0.10:8040/TFSmartUpdater/config.xml");
- if( ret == true ) {
- window.location.href = "/index.html";
- } else {
- alert("TFStarter Error!!!");
- }
- }
- </script>
- </HEAD>
- <BODY>
- <OBJECT id="TFBroker"
- classid="clsid:0DFA67D7-B78C-40A7-B583-E7090D5F38C6"
- codebase="TFSmartUpdater/TFBroker.cab#version=1,0,0,4"
- width="0"
- height="0" ></OBJECT>
- <OBJECT id="Starter"
- classid="CLSID:ED5D862B-6A06-46de-A929-F2C588742CBD"
- width="300"
- height="200"
- CODEBASE="TFSmartUpdater/TFSmartUpdater_m.cab#version=2,6,0,8">
- <PARAM name="deleteZipFile" value="false" /> <!-- Deleting ZIP Files -->
- <PARAM name="registry" value="false" /> <!-- Don't use the Registry -->
- <PARAM name="configDir" value="C:\TFSmartUpdater" /> <!-- Set the place where in Config File -->
- <PARAM name="enableLog" value="true" /> <!-- Saving Log-File -->
- <PARAM name="selfUi" value="true" /> <!-- Using UI itself -->
- <PARAM name="dlgNotClose" value="true" /> <!-- Using UI with One-Dialog Window -->
- <PARAM name="hideDownloadCancel" value="true" /> <!-- If true was set, Cancel button is hidden -->
- <!-- <PARAM name="stopNotFindContent" value= false /> Added Option) In spite of the file doesn't exist on Server, progress is keeped go no -->
- <PARAM name="useNameTarget" value="true" /> <!-- Search for name & target standard, rather then config.xml's element standard -->
- <PARAM name="fileinuse_disable" value="skip stop retry" /> <!-- In FileInUse Dialog, each of buttons hidden check -->
- <!-- <PARAM name="fileinuse_hidden" value="skip stop " />-->
- </OBJECT>
- Install Control...
- </BODY>
- </HTML>
|