ENTERg 0 Posted February 28, 2011 Hi ppl ! I have an x32 application and i want to run it in x64 OS (windows 7).When i double click the reg it is installed normally but in the application (i am talking about smart install maker) when i import the key after the install it put an extra Wow6432node in the registry .How can i avoid that ?Thx in advance !!! Share this post Link to post Share on other sites
ProgAndy 88 Posted February 28, 2011 You should not avoid the WOw6432node if you are not forced to, since it part of the Windows-architecture to spearate x64 and x32 apps. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Share this post Link to post Share on other sites
ENTERg 0 Posted February 28, 2011 thx for the reply. I create installs with smart install maker and then i use auto it for some automations (i did a small code in there that s why i post here).The problem is that the application (smart install maker) is a x32 one.And when the setup is finished the registry is not put in : [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\xxx (the one i want and i import the key) but in : [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Wow6432Node\xxx.And because of this my app is not installed correctly.I hope you understand my problem. Share this post Link to post Share on other sites
UEZ 1,273 Posted February 28, 2011 This might help: Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Share this post Link to post Share on other sites
ENTERg 0 Posted February 28, 2011 This might help: Br,UEZYou mean registry redirection ? I already saw this but couldn t figure out how to use it ... Share this post Link to post Share on other sites