rbenner1184 Posted November 20, 2013 Author Posted November 20, 2013 Yes I have done this several times.
rbenner1184 Posted November 20, 2013 Author Posted November 20, 2013 its still there HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{306088F1-1D7E-47AF-80AD-2B2625C5AF80}
wakillon Posted November 20, 2013 Posted November 20, 2013 Are you sure to be on x86 ? AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
rbenner1184 Posted November 20, 2013 Author Posted November 20, 2013 Yes I established I was on x86 before. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment", "PROCESSOR_ARCHITECTURE", "REG_SZ", "x86"
iamtheky Posted November 20, 2013 Posted November 20, 2013 what is the result of running it via reg cmd through autoit? something like this i believe run('cmd /k reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{306088F1-1D7E-47AF-80AD-2B2625C5AF80} /f') ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
rbenner1184 Posted November 20, 2013 Author Posted November 20, 2013 i'll try that "boththose" and let you know.
NewPlaza Posted November 21, 2013 Posted November 21, 2013 rbenner1184, That's very odd. I've had a similar problem before but it was the fact that the compiledEXE wasn't x64. Try this, elevate the command prompt to admin rights then run the compileEXE from there. Does it delete the key?
iamtheky Posted November 21, 2013 Posted November 21, 2013 (edited) I always add the following to my scripts that play in the registry. It fixes damn near anything x64 related, with respect to redirected registry pathing, and prevents everyone from guessing that as the issue when you post in GHAS. DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "int", 1) Edited November 21, 2013 by boththose ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Moderators JLogan3o13 Posted November 21, 2013 Moderators Posted November 21, 2013 I agree, but as the OP stated he's on 32bit WIN7, the x64 stuff should be moot. I believe his issue lies in permissions. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
iamtheky Posted November 21, 2013 Posted November 21, 2013 I believe his issue lies in permissions. concur, and believe the results of the cmd test will validate ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
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