Feature #2513
Mis à jour par Matthieu Decorde il y a plus de 6 ans
The Windows installer allows the administrator to activate 2 special start modes :
* the user directory can be the windows shared user directory
* the user can choose the user directory to use
The installer creates files in TXM install directory to activate one of the mode.
h3. Solution 1
Mimic the Windows installer in for the other OS installers.
notes: OS:
* The Mac OS X installer has the package machanism to creates those files
* The linux installer don't ask anything to the user user.
h3. Solution 2
Don't use the installers and ask the working directory at TXM first launch.
notes:
* eg Find another solution not specific to each installer. Eg like Eclipse do=ask the workspace directory
* the user directory can be the windows shared user directory
* the user can choose the user directory to use
The installer creates files in TXM install directory to activate one of the mode.
h3. Solution 1
Mimic the Windows installer in for the other OS installers.
notes: OS:
* The Mac OS X installer has the package machanism to creates those files
* The linux installer don't ask anything to the user user.
h3. Solution 2
Don't use the installers and ask the working directory at TXM first launch.
notes:
* eg Find another solution not specific to each installer. Eg like Eclipse do=ask the workspace directory