robr Posted March 27, 2004 Author Posted March 27, 2004 ok i found a couple of solutions herehttp://www.mail-archive.com/unattended-inf...t/msg00285.htmlthe first says create a .cmd file with the command i need to run and call it from [guirunonce], that way theres no nested quotes. ugly but it will work.the second i dont know if it will work but it said to use a carat like this[guirunonce]"blah.exe ^"option1, option2^" /abc"
Alanoll Posted March 27, 2004 Posted March 27, 2004 the batch file will work,I don't know about the carrat's though.but if you use a batch file, be sure to use start /wait when you execute the command
robr Posted March 27, 2004 Author Posted March 27, 2004 for anyone else that gets stuck on this, the batch file did work, the carats did not. i'd like to figure out how to properly do this without a CMD file, because a "dos box" pops up to run the CMD file. I'd prefer to see nothing, but this will do for the moment.
Alanoll Posted March 27, 2004 Posted March 27, 2004 you may want to use cmdow to hide the window. You have to download, and you can get it from unattended.msfn.org and it will hide you dos window
XtremeMaC Posted March 27, 2004 Posted March 27, 2004 (edited) hey i've a suggestionif u don't change that stuff after the .msi BackEndFramework,WebUI,NAS,SetDateAndTime,Set_Language,UsersAndGroups,NetworkSetup,Logs,SystemBackup,AlertEmail,Shutdown,RemoteDesktop,SysInfo,ScheduledDefragmentation,ShadowCopyManagement,UPS,FoldersAndShares,Services,DisksAndVols oftenwhy not make a iexpress executable?and also does that msi work when u try it with those switches, in windows? Edited March 27, 2004 by XtremeMaC
robr Posted March 27, 2004 Author Posted March 27, 2004 hmmm, i havent looked at the IEAK at all, i wouldnt want to do it for this small thing, but thanks for making me think in that direction in case i come across something else it would be suitable for.i havent run the msi directly with the switches, the preinstall guide for storage server says to use msiexec to call it and use those switches.
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