This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Registry key never found on a an own lunch condition
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 18, 2018
04:24 AM
Registry key never found on a an own lunch condition
Hi all,
I treid to setup an own luch condition, which should check a registry key, but the key is never found on the target.
my lunchcondition:
Registry Root:
HKEY_LOCAL_MACHINE
Registry Key:
SOFTWARE\Ich\Test
Registry Value:
wert
Search the 64-Bit.... on/off
-> pass if found
but the registry key is never found to the target
HKEY_LOCAL_MACHINE\SOFTWARE\Ich
Test Reg_SZ wert
Pls can me somebody tell what have I done wrong
Michael,..,
I treid to setup an own luch condition, which should check a registry key, but the key is never found on the target.
my lunchcondition:
Registry Root:
HKEY_LOCAL_MACHINE
Registry Key:
SOFTWARE\Ich\Test
Registry Value:
wert
Search the 64-Bit.... on/off
-> pass if found
but the registry key is never found to the target
HKEY_LOCAL_MACHINE\SOFTWARE\Ich
Test Reg_SZ wert
Pls can me somebody tell what have I done wrong
Michael,..,
- Tags:
- registry
- requirements
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 22, 2018
02:36 PM
Within your InstallShield project:
Registry Root:
HKEY_LOCAL_MACHINE
Registry Key:
software\lch\test
Registry Value: (optional)
wert
Search the 64-bit portion of the Registry: Unchecked
This is the location it will find on the target machine:
Registry Key: (note 32bit registry location)
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\lch\test
string value of wert
data value of 1 (a data value is needed it seems)
---------------
In order to locate the below registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\lch\test
string value of wert
data value of 1
You will need to search the 64bit portion of the registry and your installer will need to be 64bit.
---------------
To convert your installer to a 64bit installer, goto #2 "Specify Application Data"
In the "Destination Computer's Folders" view right click on Destination Computer and select 'ProgramFiles64Folder' and use this as your installation directory.
Hope that helps
-John
Registry Root:
HKEY_LOCAL_MACHINE
Registry Key:
software\lch\test
Registry Value: (optional)
wert
Search the 64-bit portion of the Registry: Unchecked
This is the location it will find on the target machine:
Registry Key: (note 32bit registry location)
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\lch\test
string value of wert
data value of 1 (a data value is needed it seems)
---------------
In order to locate the below registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\lch\test
string value of wert
data value of 1
You will need to search the 64bit portion of the registry and your installer will need to be 64bit.
---------------
To convert your installer to a 64bit installer, goto #2 "Specify Application Data"
In the "Destination Computer's Folders" view right click on Destination Computer and select 'ProgramFiles64Folder' and use this as your installation directory.
Hope that helps
-John
