hey guys..
i seem to have run into a roadblock.
i've been working on this for a few days but can't seem to figure this out.
im making EasyBCD portable but it seems to leave HKLM\Software\NeoSmart Technologies
behind.
Here's my launcher.ini:
[RegistryKeys]
-=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\EasyBCD.exe
NeoSmart=HKLM\SOFTWARE\NeoSmart Technologies
it works fine on 32-bit, but my OS is 64-bit.
Other than the key being left behind, everything else seems to work.
Anyone know where im going wrong?
Am i supposed to disable the registry segment, and write my own?
Thanks in advance
================================================================================
UPDATE: i would like to add more pertinent information.
i know PAF does not support 64-bit, and has no plans to.. but this isn't a 64-bit software.
It's a 32-bit software running on 64-bit.
There seems to be a problem with Wow6432Node.
I tried to disable redirection with SetRegView but still no success.
In these types of situation.. is it better to use the 7-Zip format that you guys have posted using NSIS?
==============================================================================
EDIT:
Nevermind.. i got help over on NSIS forums..