Hello, I have a strange issue with a deployment i am trying to build. The Lotus notes fixpack MSI that I have downloaded in a fixlet is trying to search for the install INI. Problem is that it is looking for it in the download directory. I have it by default extracting and installing from c:\windows\temp. here is a copy of the log:
Set property SETUPEXEDIR:C:\Program Files\BigFix Enterprise\BES Client__BESData\opsite127
ini location is C:\Program Files\BigFix Enterprise\BES Client__BESData\opsite127\deploy\hotfix\fix.ini
Property(S): HOTFIXTEXT = Ensure that you are running installer from correct location. Fix.ini can’t be located from expected location.
its defaulting to the download directory when Im telling it to go to C:windows\temp. Anythought? Is there a way I can run the install from the download directory perhaps?Thanks