lyledg Posted March 16, 2005 Posted March 16, 2005 Guys Trying to generate a script that will install the Wise package Studio full client silently The command line parameters are as follows: $Loc = "\\SERVERNAME\Apps\Wise\Wise Package Studio\Version 5.52" $Params = MODE="Client" CLIENT="Full" SHAREPOINT="\\SERVERNAME\Wise Share Point" WPSDIR="\\SERVERNAME\WPS" SERIALS="XXXXXXXXXX|XXXX-XXXX-XXXX-XXXX" /qn /i Can anyone please show me how to run this from a Runwait command, please? I think i may go bald soon, as i have just about pulled all my hair out!
Insolence Posted March 17, 2005 Posted March 17, 2005 Put it all in one line inside single quotes: $Loc = '"\\SERVERNAME\Apps\Wise\Wise Package Studio\Version 5.52" $Params = MODE="Client" CLIENT="Full" SHAREPOINT="\\SERVERNAME\Wise Share Point" WPSDIR="\\SERVERNAME\WPS" SERIALS="XXXXXXXXXX|XXXX-XXXX-XXXX-XXXX" /qn /i' "I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now