I'm trying to configure the msi installer for 4.5 to setup the client and I'm also importing a reg file for the global variable. Is there not a way to define the dc refresh server I thought SWIDCSHOST would do this?
here is my msi which I thought would allow the client to be fully ready. The c:\client is local directory i'm installing out of for testing. Appdev is a vip name.
msiexec.exe /i "c:\client\setup.msi" SWICACHESIZE="1024" SWIDCSDISPLAY="appvdev" SWIDCSTYPE="SoftGrid" SWIDCSHOST="appvdev.test.dev.umb.com" SWIDCSPORT="554" SWIDCSREFRESH="on" SWISKIPDATASETTINGS="false" SWIUSERDATA="^%APPDATA%^" SWISOFTGRIDDRIVE="Q" /qb-! /l*v "%systemroot%\temp\appv_install.log"
