![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: DOORS silent install and response file ? Topic Summary: Created On: 3-Jan-2008 18:05 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: turns out that it was pretty simple but just made difficult by the fonts used to display the syntax. I was using -fl vrs -f1 setup.exe -r /f1"response.iss" the silent install is pretty smooth as well. Just make sure you use the verbose option to log the install if you should need to debug an install. setup.exe -s /f1"response.iss" /verbose"%TEMP%\doors_install.log" one way to tell the install is nearly done is to watch the task window or for the icon to show up on the desktop. Cheers Chris | |
![]() |
|
Anyone have any luck trying the /r option to capture an installation response file with either 8.2 or 8.3 ?
If so would you care to share the response file as I cannot seem to get one capture. I've opened a trouble ticket but from scanning the boards I'm not holding my breath on this one ! |
|
![]() |
|
![]() |
|
I have this at work somewhere, will try to post it tomorrow, hope you can wait that long
------------------------- Andrew Tagg Thales Air Systems, Melbourne Australia. andrew.tagg@thalesatm.com |
|
![]() |
|
![]() |
|
turns out that it was pretty simple but just made difficult by the fonts used to display the syntax. I was using -fl vrs -f1
setup.exe -r /f1"response.iss" the silent install is pretty smooth as well. Just make sure you use the verbose option to log the install if you should need to debug an install. setup.exe -s /f1"response.iss" /verbose"%TEMP%\doors_install.log" one way to tell the install is nearly done is to watch the task window or for the icon to show up on the desktop. Cheers Chris |
|
![]() |
|
![]() |
|
I have created a small batch file which keeps a dos command prompt window open for the duration of the install.
It also enables me to install the latest patch at the same time @echo off echo Telelogic DOORS 8.3 DTG-R Client installation in progress... echo: "<<network path>>\client_setup.exe" /s /f1"DOORS 8.3.iss" echo Installing latest patch... echo: "<<network path>>\client_patch.exe" /s /f1"DOORS 8.3 patch.iss" echo Installation complete ------------------------- - Martin |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.