Search found 2 matches

by g.wehrli
Wed Oct 10, 2018 11:41 am
Forum: Zimbra Connector for Outlook
Topic: use %appdata% with ZmCustomizeMsi.js option --zdb-folder
Replies: 1
Views: 3275

Re: use %appdata% with ZmCustomizeMsi.js option --zdb-folder

Finally got it to run. My bad, I didn't use the right escape char. The Command now looks like this:

Code: Select all

 cscript ZmCustomizeMsi.js ZimbraConnectorOLK_8.8.9.1775_x86-UNSIGNED.msi --server-name <servername> --zdb-folder ^%appdata^%
by g.wehrli
Fri Sep 21, 2018 1:37 pm
Forum: Zimbra Connector for Outlook
Topic: use %appdata% with ZmCustomizeMsi.js option --zdb-folder
Replies: 1
Views: 3275

use %appdata% with ZmCustomizeMsi.js option --zdb-folder

we want customize the ZCO 8.8.9 unsigned msi installer with the customization script "ZmCustomizeMsi.js". With this script there is an option to set the default zdb location (--zdb-folder). Does someone know how to embed a relative path with windows environment variable into the installer?...