| View previous topic :: View next topic |
| Author |
Message |
anz Just popping in
Joined: 23 Sep 2009 Posts: 3 Location: UAE
|
| Posted: Wed Sep 23, 2009 7:51 am Post subject: Few questions on setting this up |
|
|
We are testing eMailSignature to implement in one of our client location..
Before implementing it in clients location I am trying to do it locally and I have few queries on this..
Can I use this product in a normal work group network?
We are not using AD or a domain machine to manage all the computers in the network..
I have installed eMailSignature in my local machine and successfully able to set up a dynamic signature from Sql Server table fields.. but how can i control other users outlook from my machine?? In the eMailSignature users listing its showing only my logon name..
Please help.. |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Sep 23, 2009 9:24 am Post subject: Not using Active Directory |
|
|
Two things you need to do ...
- Copy your settings.mdb and Sign.exe to a netshare with min. Read/Write permissions for all users.
- Create script users must execute. Example;
| Code: | | start \\FileServer\share\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\FileServer\share\settings.mdb |
Try and execute script automatically during logon - or use the Windows startup folder is you have no other alternative.
When you see users OK in Diagnostics after running your script - everything is working! Then check Outlook ...
Make sense? _________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
anz Just popping in
Joined: 23 Sep 2009 Posts: 3 Location: UAE
|
| Posted: Wed Sep 23, 2009 11:01 am Post subject: Okey it got working.. few more questions please |
|
|
Thanks it got working...
My client has proper network and he got AD in his domain.. so hope I don't need to execute the script in all client machines..
Now my second issue is
I need to set four different signatures based on the users department,, I have checked the documentation and understand I can set it using Actions menu -> Rule-Based Deployment option.. But in the trial version I installed in my machine I couldn't see this option anywhere.. can you please explain me how can I do this..
ref: http://www.emailsignature.eu/phpBB2/rule-based-deployment-t1008.html |
|
| Back to top |
|
 |
Jesper Frier Certified Professional


Joined: 09 Sep 2006 Posts: 1940 Location: Stoevring, Denmark
|
| Posted: Wed Sep 23, 2009 12:54 pm Post subject: Rule-Based Deployment using SQL table |
|
|
| anz wrote: | | My client has proper network and he got AD in his domain.. so hope I don't need to execute the script in all client machines.. |
With Active Directory, you can automatically execute Sign.exe from the NETLOGON share during users logon.
Example - Add this line at the end of your existing logon script:
| Code: | | start \\[DomainController]\NETLOGON\sign.exe Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\[FileServer]\share\settings.mdb |
Learn how to use VBScript or GPO here.
| anz wrote: | | I need to set four different signatures based on the users department,, I have checked the documentation and understand I can set it using Actions menu -> Rule-Based Deployment option.. But in the trial version I installed in my machine I couldn't see this option anywhere.. can you please explain me how can I do this.. |
Rule-Based Deployment is not activated in the Trial license key and you need to contact info@officeaddon.com to purchase the key (Not included in the license key you purchase online).
This license will active Rule-Based deployment for 5 users in 14 days:
| Code: | License key:
028961525495403749545596061626353520207183203211214189211209216203222223220207138190220211203214RQP
Security code:
9188 |
_________________ </Jesper> | Test Email Signature | Showcase |  |
|
| Back to top |
|
 |
anz Just popping in
Joined: 23 Sep 2009 Posts: 3 Location: UAE
|
| Posted: Wed Sep 23, 2009 1:06 pm Post subject: Thanks |
|
|
| Thanks Jesper.. I will try this and let you know if any issues.. |
|
| Back to top |
|
 |
|