Have a look at all the features

There are times where you like to install DeskCalc on a network-drive and give all your users the same predefined settings. This tutorial shows you, how to do that.

Unattended Installation?

Create a batch file like this

x:\\deskcalc_uk.exe /NCRC /S /D=C:\Program Files\deskcalc
copy x:\\static.ini c:\program files\deskcalc

description:

>/S   ..silent         
/D   ..destination         
/NCRC..no crc check

and static.ini is from an installation with a correct license code 

Where are the settings stored?


All the application settings are stored to a file called DeskCalc4.ini - this file is usually located in the users documents folder\deskcalc
but can alternatively be placed to the installation directory.

How can I change the settings storage location?


The file static.ini in the installation directory has the setting:
"m_Option_IniFileSaveLocation"
set it to 1, if you like to store deskcalc4.ini in the installation directory
set it to 0, if you like to store deskcalc4.ini in users document folder

How can I set certain applications settings permanently, so that users can't change these settings?


If you copy settings from deskcalc4.ini to static.ini, these settings
become permanent and can't be changed by the users. Here is an
example:

You like to set certain printer settings for all of your users, lets
say, print the date, print lines and don't use the default printer.
Best would be to set these settings in DeskCalc and copy the relevant
lines from deskcalc4.ini to static.ini. This is how it would look
like:

[deskcalc]
m_Option_IniFileSaveLocation=1
m_PrintDate=1
m_PrintLines=1
m_PrintDefault=0

How to I add DeskCalc to the windows start folder  a link at the desktop to my network installation:


Just execute the program  "ws-setup.exe" at the users PC, this will
add a link to the desktop and a Deskcalc folder in windows start folder.