WotC Posted January 27, 2006 Posted January 27, 2006 Hi!Anyone got these programs to install silently? there is an msi file in the cgsX3, it responds to the /qb switch but starts another msi automatically after the first :-(. so it sends an end command before completely finished!word perfect x3 doesnt work at all :-(any help would be grat - thx in advance
WotC Posted February 14, 2006 Author Posted February 14, 2006 (edited) Noone? this suite is impressive... give the trial a try (and tell me how to install it silently please :-))Maybe anyone has an idea how i could check for a running process? and run a specific command once this process is started or finished? might help installing it silently! Edited February 14, 2006 by WotC
NateSmith Posted February 15, 2006 Posted February 15, 2006 (edited) I know this is not helpful at the moment but I have successfully installed Corel WordPerfect X3 with custom Components silently. When I get home from work I will post the code I used for you and anyone else that is interested in it B)P.S. I only purchas the retail and do not have the trial version. It should be the same (I would think anyways ) but who knows really lol. I will post what I have when I get home from work.EDIT:ok I am back from work this is the code I used to do custom silent install of the retail version of the Corel WordPerfect Office X3 I edited the setup.ini[Startup]CmdLine=SERIALNUMBER=XXXXXXX-XXXXXXX-XXX ADDLOCAL=ALL REMOVE=UtClipbk,WTGA,WTCA,WTPL,WTST,WTAF,WTCZ,WTDK,WTSU,WTFR,WTDE,WTGR,WTIS,WTIT,WTPO,WTRU,WTSL,WTSV,WTTR,WTNO,WTNL,WTZU,WTXH,WTTN,WPLegal,WPEntrus,UtHelp,WPMail,WPYahoo,WPClassi DESKTOPSHORTCUT="Disable" CACHE_SETUP_SOURCE="No" ADMINALLOW_UPDATESERVICE="0" /qb /L* %temp%\WPO13.log AUTOLOG="%temp%\WPO13.log" Edited February 16, 2006 by NateSmith
WotC Posted February 16, 2006 Author Posted February 16, 2006 (edited) Hi!Great, thanks! After minor modifications it works for me! (You just forgot to leave your serial - it would have been just copy&paste with that :-))CmdLine=SERIALNUMBER=XXXXXXX-XXXXXXX-XXX ADDLOCAL=ALL REMOVE=WPYahoo /qb /L* %systemdrive%\WPO13.log AUTOLOG="%systemdrive%\WPO13.log"I have to check whether it works for the Graphics Suite, too (for me even more important).Do you have a list of component abbreviations used? Edited February 18, 2006 by WotC
NateSmith Posted February 17, 2006 Posted February 17, 2006 I do not have the component abbreviation for the Graphics suite but I will download the trial and see if I can look them up for you it might take me a couple hrs to actually find them but it should be a be deal since I know where to look in orca for them
WotC Posted April 11, 2006 Author Posted April 11, 2006 Anyone? Corel Graphics Suite X3? silently :-)?
roberta69 Posted June 4, 2006 Posted June 4, 2006 Anyone? Corel Graphics Suite X3? silently :-)?+1Didn't find the solution to silently activate.I called Corel, but no one seems to care......
NateSmith Posted June 14, 2006 Posted June 14, 2006 I am working on it, I haven't really haven't had much free time to figure that out but I am still working on it. Sorry it is taking so long =\
aroaros Posted June 16, 2006 Posted June 16, 2006 CmdLine=SERIALNUMBER=XXXXXXX-XXXXXXX-XXX ADDLOCAL=ALL REMOVE=DrDupWiz,DrSBProf,BR,CS,CT,CZ,DE,FR,IT,JP,KR,NL,PL,Capture,PP DESKTOPSHORTCUT="Disable" CACHE_SETUP_SOURCE="No" ADMINALLOW_UPDATESERVICE="0" /qb /L* %temp%\CorelX3.log AUTOLOG="%temp%\CorelX3.log"You can open the setup.msi in an installer design software and look for 'features'. These are the names of the components you can remove.If you change the /qb switch for /qn the install will be totally silent except for the Corel splash window.Thanks to NateSmith for the help with the cmdline.
roberta69 Posted June 20, 2006 Posted June 20, 2006 NateSmith,please do NOT apologize, and thx for support !!!!!!
Lolita Posted March 12, 2008 Posted March 12, 2008 (edited) I have tried "Setup.exe" /S /v/qn and Setup.msi /qn and both seem to ignore cmdline. How exactly am i supposed to run it to use setup.ini?EDIT:NVM, i used "Setup.exe" /S /v"/qn SERIALNUMBER=xxxxxxxxxxxxxxx" anyway admin installation is solution too ...I now wonder how to get rid of tips toolbar showing after first start ... Edited March 13, 2008 by Lolita
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now