Search found 8 matches

by ak1990
18 Aug 2014 04:25
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

Hi Foxidrive,

Can we click on "IGNORE" button via batch script like we use IACCEPTSQLNCLILICENSETERMS=YES property in prev msi execution?

Is there any property which automatically ignores error?

Thanks in advance!!!!!

AK
by ak1990
17 Aug 2014 23:57
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

Hi guys, I am getting this error while executing second msi(PBCLTRT125.msi) "Module C:\Program Files (x86)\Sybase\Shared\PowerBuilder\pbjvm125.dll failed to register. HRESULT -2147024770. Contact your support personnel. " with CANCEL, RETRY & IGRNORE buttons. If I click on IGNORE it wi...
by ak1990
14 Aug 2014 02:43
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

Hi I have updated my code as follows @echo Removing Old versions of IndCas Controls: @echo . @ECHO Removing Old version of IndCas RMDIR "%ALLUSERSPROFILE%\start Menu\Programs\RBCI Individual Cas\" /S /Q @echo Installing updated IndCas: MD "%ALLUSERSPROFILE%\Start Menu\Programs\RBCI In...
by ak1990
13 Aug 2014 09:05
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

If i remove /q then it will display user interface and installation will be successful but as per client's demand we dont want to display these user interface option while installation
by ak1990
13 Aug 2014 06:29
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

Hi I have change my batch as follows. @echo Removing Old versions of IndCas Controls: @echo . @ECHO Removing Old version of IndCas RMDIR "%ALLUSERSPROFILE%\start Menu\Programs\RBCI Individual Cas\" /S /Q @echo Installing updated IndCas: MD "%ALLUSERSPROFILE%\Start Menu\Programs\RBCI I...
by ak1990
13 Aug 2014 04:21
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

yes. But still installation of SQLNCLI MSI not happened.
Is there any way to force msi installation by ignoring errors?
by ak1990
13 Aug 2014 04:11
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

Re: why only first msi is getting installed??

I am not getting any error while running this.
by ak1990
12 Aug 2014 23:20
Forum: DOS Batch Forum
Topic: why only first msi is getting installed??
Replies: 22
Views: 16293

why only first msi is getting installed??

Hi my batch file is as below. Here first msi installation is getting successful but second msi file is not getting installed. @echo Removing Old versions of IndCas Controls: @echo . @ECHO Removing Old version of IndCas RMDIR "%ALLUSERSPROFILE%\start Menu\Programs\RBCI Individual Cas\" /S /...