Installing .air file on Windows 7 64-bit
I'm using TCS2 to create my .air file. It doesn't install on Windows 7 64 bit. I posted the following text in the Adobe AIR forum 3 days ago, but have no replies. I'm hoping someone here may have the answer. Yes, I did check Peter's site. ![]()
This batch command works in XP and in Windows 7 32-bit, but not in Windows 7 64-bit:
@4628292 off
REM
REM Set location to install to. (This dir must exist or install wont work!)
REM
set INSTLOC="c:\producthelp"
REM
REM Install help.
REM
AdobeAIRInstaller.exe -silent -eulaAccepted -location %INSTLOC% "Product Help.air"
(product name replaced with Product.) We are using the latest (today's) AdobeAIRInstaller.exe. We have tried using identical syntax to install other .air files from the Adobe site; they did not install either. Is there something simple we're missing here? Is there a known issue with installing .air files on 64-bit Windows 7?
I've "googled" and found nothing that seems appropriate. Anyone?
