Difference between revisions of "Regibox Faq"

From regify WIKI
Jump to navigation Jump to search
Line 1: Line 1:
 
 
More FAQ on the [http://www.regify.com/index.php?PageID=FAQregibox regify homepage].
 
More FAQ on the [http://www.regify.com/index.php?PageID=FAQregibox regify homepage].
  
Line 5: Line 4:
  
 
=== I have problems, can I do some debugging? ===
 
=== I have problems, can I do some debugging? ===
 +
 
Yes, please take a look at the [[Troubleshoot_regibox|regibox trouble shooting]] pages.
 
Yes, please take a look at the [[Troubleshoot_regibox|regibox trouble shooting]] pages.
  
 
=== Is it possible to redirect the regibox root folder? ===
 
=== Is it possible to redirect the regibox root folder? ===
 +
 
Yes, there is a chance to set this to another location. Follow this guide:
 
Yes, there is a chance to set this to another location. Follow this guide:
# Stop regibox manager (right click on the ToolTray icon and close the program).
+
 
# Move the whole regibox root folder to the new location (incl. all subfolders). <u>Do not copy, please move the folder and files.</u>
+
#Stop regibox manager (right click on the ToolTray icon and close the program).
# Edit the regibox.ini:
+
#Move the whole regibox root folder to the new location (incl. all subfolders). <u>Do not copy, please move the folder and files.</u>
## The file is located in
+
#Edit the regibox.ini:
##* Windows: ''%APPDATA%\regify\regibox\regibox.ini''  
+
##The file is located in
##* Linux: ''/home/userName/.regify/regibox/regibox.ini''
+
##*Windows: ''%APPDATA%\regify\regibox\regibox.ini''
##* Mac OSX: ''/Users/userName/.regify/regibox/regibox.ini''
+
##*Linux: ''/home/userName/.regify/regibox/regibox.ini''
## Change the "boxRoot" entry to point to the new root. The path needs to end on backslash (Windows) or slash (Linux, OSX).
+
##*Mac OSX: ''/Users/userName/.regify/regibox/regibox.ini''
# Re-start regibox manager.
+
##Change the "boxRoot" entry to point to the new root. The path needs to end on backslash (Windows) or slash (Linux, OSX).
 +
#Re-start regibox manager.
  
 
There are a few '''limitations''' for the location of the new regibox root folder. Please respect.
 
There are a few '''limitations''' for the location of the new regibox root folder. Please respect.
* Do not point to a location which is not having full read/write/delete access permissions for the user.
+
 
* We do not recommend to use a network share as regibox may become slow and we do not guarantee that this works as expected.
+
*Do not point to a location which is not having full read/write/delete access permissions for the user.
* regibox is only accepting one regibox root folder. You can not run multiple instances of regibox to get more root folders.
+
*We do not recommend to use a network share as regibox may become slow and we do not guarantee that this works as expected.
 +
*regibox is only accepting one regibox root folder. You can not run multiple instances of regibox to get more root folders.
 +
 
 +
=== Is it possible to run regibox as a Windows service? ===
 +
 
 +
Currently, we do not have an unattended regibox service available. To run a regibox manager, it needs a logged in user session. Many servers always running a logged in administrator session (managed using RDP). By this, it is no problem.
 +
 
 +
Such unattended version is planned, but there is no release date yet.
 +
 
 +
You may consider software like [https://www.coretechnologies.com/products/AlwaysUp/ AlwaysUp], but we have no experience with it and can't support you on this. It may be needed to make sure that no second instance is ran at any time in the same user context. Eg for running regibox manager to handle the configuration, the service would have to become stopped previously. For sure, you may need to test this carefully before production.
  
 
=== How to execute a silent regibox setup? ===
 
=== How to execute a silent regibox setup? ===
 +
 
Simply call the setup with the '''/silentex''' switch (Windows only):
 
Simply call the setup with the '''/silentex''' switch (Windows only):
 +
 
  regibox-1.3.2-4433.exe /silentex
 
  regibox-1.3.2-4433.exe /silentex
  
 
=== How to create a logfile for the installation process? ===
 
=== How to create a logfile for the installation process? ===
 +
 
You can call the regibox setup file with the '''/logfile''' switch (Windows only):
 
You can call the regibox setup file with the '''/logfile''' switch (Windows only):
 +
 
  regibox-1.3.2-4433.exe /logfile
 
  regibox-1.3.2-4433.exe /logfile
This will create a file "Logfile_[ProductName]_MSI.txt" in your system %TEMP% folder. You can also combine this with the /silentex switch, if you like to get more information about the silent installation.
+
 
 +
This will create a file "Logfile_[ProductName]_MSI.txt" in your system&nbsp;%TEMP% folder. You can also combine this with the /silentex switch, if you like to get more information about the silent installation.

Revision as of 17:33, 20 December 2017

More FAQ on the regify homepage.

Technical FAQ

I have problems, can I do some debugging?

Yes, please take a look at the regibox trouble shooting pages.

Is it possible to redirect the regibox root folder?

Yes, there is a chance to set this to another location. Follow this guide:

  1. Stop regibox manager (right click on the ToolTray icon and close the program).
  2. Move the whole regibox root folder to the new location (incl. all subfolders). Do not copy, please move the folder and files.
  3. Edit the regibox.ini:
    1. The file is located in
      • Windows: %APPDATA%\regify\regibox\regibox.ini
      • Linux: /home/userName/.regify/regibox/regibox.ini
      • Mac OSX: /Users/userName/.regify/regibox/regibox.ini
    2. Change the "boxRoot" entry to point to the new root. The path needs to end on backslash (Windows) or slash (Linux, OSX).
  4. Re-start regibox manager.

There are a few limitations for the location of the new regibox root folder. Please respect.

  • Do not point to a location which is not having full read/write/delete access permissions for the user.
  • We do not recommend to use a network share as regibox may become slow and we do not guarantee that this works as expected.
  • regibox is only accepting one regibox root folder. You can not run multiple instances of regibox to get more root folders.

Is it possible to run regibox as a Windows service?

Currently, we do not have an unattended regibox service available. To run a regibox manager, it needs a logged in user session. Many servers always running a logged in administrator session (managed using RDP). By this, it is no problem.

Such unattended version is planned, but there is no release date yet.

You may consider software like AlwaysUp, but we have no experience with it and can't support you on this. It may be needed to make sure that no second instance is ran at any time in the same user context. Eg for running regibox manager to handle the configuration, the service would have to become stopped previously. For sure, you may need to test this carefully before production.

How to execute a silent regibox setup?

Simply call the setup with the /silentex switch (Windows only):

regibox-1.3.2-4433.exe /silentex

How to create a logfile for the installation process?

You can call the regibox setup file with the /logfile switch (Windows only):

regibox-1.3.2-4433.exe /logfile

This will create a file "Logfile_[ProductName]_MSI.txt" in your system %TEMP% folder. You can also combine this with the /silentex switch, if you like to get more information about the silent installation.