Gerhard Hofmann escribió:
> 
> I think I have found the solution. The registry keys for Autologin are 
> the same for Win-32 and Win-64.
> 

> So I think in perl.bat the line
> ...
> 
> set perl_msi=%Z%\packages\perl\activeperl-5.10.1.1006-mswin32-x86-291086.msi
> 
> ...should be changed to something like...
> set 
> perl_msi=%Z%\packages\perl\ActivePerl-5.10.1.1006-MSWin32-x64-291086.msi
> if %PROCESSOR_ARCHITECTURE=="x86" set 
> perl_msi=%Z%\packages\perl\activeperl-5.10.1.1006-mswin32-x86-291086.msi
> 
> 

what about this?:


  :: 
URL|ALL|http://downloads.activestate.com/ActivePerl/Windows/5.10/ActivePerl-5.10.1.1006-MSWin32-x86-291086.msi|packages/perl/activeperl-5.10.1.1006-mswin32-x86-291086.msi
-set 
perl_msi=%Z%\packages\perl\activeperl-5.10.1.1006-mswin32-x86-291086.msi
+:: 
URL|ALL|http://downloads.activestate.com/ActivePerl/Windows/5.10/ActivePerl-5.10.1.1006-MSWin32-x64-291086.msi|packages/perl/activeperl-5.10.1.1006-mswin32-AMD64-291086.msi
+
+set 
perl_msi=%Z%\packages\perl\activeperl-5.10.1.1006-mswin32-%PROCESSOR_ARCHITECTURE%-291086.msi



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to