Search found 6 matches

by balareddy
29 Mar 2012 22:56
Forum: DOS Batch Forum
Topic: reset a variable which is dependent on the other bundle
Replies: 8
Views: 7647

Re: reset a variable which is dependent on the other bundle

Got a clear idea now... EAT_HOME_DIR is a environment variable... This variable needs to be reset as it is affecting when ever the AT version gets changed.... Can you please give me an example script to reset the environment variable through the wix script... The environment variable should reset at...
by balareddy
28 Mar 2012 01:44
Forum: DOS Batch Forum
Topic: reset a variable which is dependent on the other bundle
Replies: 8
Views: 7647

Re: reset a variable which is dependent on the other bundle

The case is i am asked to reset the EAT_HOME_DIR variable which is dependent on a bundle...

Currently this variable is getting reset in postinstall.bat so whenever AT
version gets changed , it need to update postinstall.bat...
by balareddy
04 Mar 2012 23:19
Forum: DOS Batch Forum
Topic: How to make a batch file refer to a location on machine?
Replies: 1
Views: 2031

How to make a batch file refer to a location on machine?

i am new to batch scripting... I need to know how to make a batch file refer to a location on the machine... i need the code to execute....
by balareddy
29 Feb 2012 23:22
Forum: DOS Batch Forum
Topic: reset a variable which is dependent on the other bundle
Replies: 8
Views: 7647

Re: reset a variable which is dependent on the other bundle

Issue is that Currently this variable is getting reset in postinstall.bat so whenever AT version gets changed , it need to update postinstall.bat
by balareddy
29 Feb 2012 23:19
Forum: DOS Batch Forum
Topic: reset a variable which is dependent on the other bundle
Replies: 8
Views: 7647

Re: reset a variable which is dependent on the other bundle

i have a batch script which uses a variable called EAT_HOME_DIR. I should Reset EAT_HOME_DIR variable in MH installer to avoid dependency on the EAT bundle in a postinstall.bat file. The part of the script goes like this....... set EAT_HOME_DIR= mkdir "%ALLUSERSPROFILE%\Application Data\VERITAS...
by balareddy
28 Feb 2012 23:35
Forum: DOS Batch Forum
Topic: reset a variable which is dependent on the other bundle
Replies: 8
Views: 7647

reset a variable which is dependent on the other bundle

How to Reset a variable in an installer to avoid dependency on a bundle in
a bat file.....