View Single Post
  #3  
Old 10-12-2012, 05:09
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
registry section has missing parameter ( INNO Help shows why )

Code:
Root key values with a suffix of 64 can only be used when Setup is running on 64-bit Windows, otherwise an error will occur. On an installation supporting both 32- and 64-bit architectures, it is possible to avoid the error by adding a Check: IsWin64 parameter, which will cause the entry to be silently skipped when running on 32-bit Windows.
so look to [registry] section of his script & add ;Check: IsWin64 to the end of those lines, will get rid of that error.
then save & recompile the script.
Reply With Quote