View Single Post
  #72  
Old 14-06-2013, 16:18
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
I'm using this flag for VC++ Redist 64bit Install Task
Flags: SkipIfDoesntExist 64bit

on XP i get this is not a 64bit app error, is it because of the flag or because of XP?

Should i use with ISDone:
Flags: SkipIfDoesntExist 64bit
or
Flags: SkipIfDoesntExist IsWin64
Reply With Quote