Jump to content

Recommended Posts

Posted

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 !!!

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...