ENTERg Posted February 28, 2011 Share 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 !!! Link to comment Share on other sites More sharing options...
ProgAndy Posted February 28, 2011 Share 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 Link to comment Share on other sites More sharing options...
ENTERg Posted February 28, 2011 Author Share 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. Link to comment Share on other sites More sharing options...
UEZ Posted February 28, 2011 Share 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!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
ENTERg Posted February 28, 2011 Author Share 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 ... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now