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
- :
- Re: two problems :: registry + readme
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Dec 10, 2007
08:55 AM
two problems :: registry + readme
i have this two problems :: first of all, i want to check if there is present one registry key and it's value. if not, the installation cannot continue. i've tryed it with installation assistant under the section installation requirements, then create a custom software condition, then registry entry. but i can't figure it out, because it still giving me an error that i don't have this registry. i'm making a modification for one game, and i need to allow the install only if this game is installed (HKEY_LOCLAL_MACHINE/SOFTWARE/*/*/InstallPath => this is the registry entry which contains the installation directory of that game. secondly, i need to GET this value of installpath, and set it as INSTALLDIR, so my mod, and all directories, will install to that directory specified by InstallPath.
to the 2nd problem, i wasn't able to find some readme dialog, can i download one? because i need readme file to my project.
thanks in advance for any help.
to the 2nd problem, i wasn't able to find some readme dialog, can i download one? because i need readme file to my project.
thanks in advance for any help.
(1) Reply
Dec 11, 2007
07:49 AM
What kind of project are you using? MSI? InstallScript? InstallScript MSI?