After dropping last four operands and than running it didn't change the behavior. And just like before, there are no traces of directories, registry entries or any shortcuts being created.
Any other suggestions? -----Original Message----- From: Glenn Fowler [mailto:[email protected]] Sent: Thursday, August 09, 2012 1:02 AM To: [email protected]; [email protected] Subject: RE: [uwin-users] Unattended install options On Wed, 8 Aug 2012 23:01:03 -0400 Kalpesh Patel wrote: > So I finally got the command line switches right looks like. Since > there is no error output to the screen, I take it that the options > being provided are sane. Contents of my BAT file looks like this: > ---------------------------------------------------------------------- > ------ > - > @echo on > uwin-base.2012-08-06.win32.i386-64.exe remote authorize='I accept > www.opensource.org/licenses/eclipse' debug home=/home root='C:\Program > Files\UWIN' -- uwin-base 5.0 2012-08-06 > ---------------------------------------------------------------------- > ------ the documentation is wrong and the last 4 operands cause the installation to exit before installing -- try this -- uwin-base.2012-08-06.win32.i386-64.exe remote authorize='I accept www.opensource.org/licenses/eclipse' debug home=/home root='C:\Program Files\UWIN' -- with debug on (its on because of the "debug" operand above) ksh -x output is sent to $TEMP/uwin.log (uwin$TEMP == win/cmd %TEMP%) if the installation succeeds that file is moved to /var/log/install-base > - > But now the installation appears to proceed, stay busy for > approximately 20 seconds and then it exists without performing any > action or displaying any error to the console. There are no trace of > directories, registry entries or any shortcuts being created. > If I perform a manual install, all installs fine (except I am unable > to bring up the config window) without any hitch. > Any suggestions on how I go about troubleshooting this or getting the > installer to be a bit chatty? > Thanks. > Kalpesh... > _______________________________________________ > uwin-users mailing list > [email protected] > https://mailman.research.att.com/mailman/listinfo/uwin-users _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
