Home     Products      Support      Corporate     Sign In 
Support Knowledge Base, Article 862
Product
FileUp
Version
4 and higher
Title
Manual installation: How to add registry parameters to FileUp
Problem
FileUp requires certain registry parameters in order to enable some features. If you prefer to install FileUp by manually registering the dlls, you can easily add the necessary registry keys and values by running a .reg script on your webserver.
Solution

To create a registry script:

  1. Create a new, blank text file with an application such as Notepad.
  2. Copy the appropriate script text (below) for the version of FileUp that you have installed.
  3. Paste this script text into your new text file and save it.
  4. Change the "txt" file extension to "reg".
  5. Double-click on the file. It should automatically run in regedit.exe. The parameters will be inserted into the registry.


To confirm that the registry parameters have successfully been added:

  1. Click on "Start"..."Run".
  2. Type "regedit". Click "OK".
  3. In the Registry Editor, navigate to:
    "HKEY_LOCAL_MACHINE\SOFTWARE\Software Artisans\SA-FileUp\Parameters"
  4. Compare the list of parameters against those in the script.


The Scripts:

These scripts insert the default values for the registry settings as they would have been set in the auto-install package. You may prefer different values, especially for parameters such as "FileUpTempDir". You may choose to change these values in the script before running it, or you may prefer to change these values directly in the registry using the Registry Editor. Links have been provided at the end of this article explaining the purpose of each of these parameters.

For version 5 of FileUp:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Software Artisans\SA-FileUp\Parameters]
"FileUpTempDir"="c:\\winnt\\temp"
"IsapiTempDir"="c:\\winnt\\temp"
"MaxBytes"=dword:00000000
"MaxBytesToCancel"=dword:00000000
"DisableTransferFile"=dword:00000000
"OnlyAllowVirtual"=dword:00000000
"LockedFileRetryTime"=dword:0000002d
"DynamicAdjustScriptTimeout"=dword:00000000



For version 4 of FileUp:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Software Artisans\SA-FileUp\Parameters]
"MaxBytesToCancel"=dword:00000000
"MaxBytes"=dword:00000000
"IsapiTempDir"="C:\\WINNT\\TEMP"
"DisableTransferFile"=dword:00000000
"OnlyAllowVirtual"=dword:00000000
"LockedFileRetryTime"=dword:0000002d
"DynamicAdjustScriptTimeout"=dword:00000000


Related Links:

Created : 6/24/2004 3:23:56 PM (last modified : 12/16/2009 12:36:19 PM)
Rate this article!
 
Comments