Tagged Questions
0
votes
2answers
39 views
Invalid/Foreign characters in value fetched from registry
I have an installer created using Installshield 2012 that depends greatly on the value of a Registry key written by some other application developed in-house.
I use RegDBGetKeyValueEx Installscript ...
0
votes
0answers
17 views
Askpath value to registry key or app configuration file (app xml)
In my app I use 2 network locations to read and write files (one for reading, the other for writing). This locations should be configured in install process. So I need to add 2 askpath dialogs in ...
0
votes
2answers
59 views
Installing a new registry value under an existing key
We have an issue where an InstallShield .MSI is not creating a registry value when upgrading from a legacy version of software. The legacy software created a key HKLM\\Software\Company\Appname with a ...
0
votes
0answers
45 views
File Association via InstallShield
I am using InstallShield 2008, I need to associate mp3 file extension with one the executable that is being copied to the installation directory. I go to the Advance Settings-File types and associate ...
2
votes
1answer
84 views
execute code just when install the application using installshield
I am just wondering if it is possible to run a small code just once when the application is installing.
I would like to create a registry with the installation path. The reason why I need that ...
0
votes
2answers
144 views
Changing INSTALLDIR from registry (working with InstallShield)
I'm working with InstallShield and creating an installation that is like an addon. It must read from registry where the program X has been installed and then add the necessary files to the found ...
0
votes
2answers
441 views
How to make my C# DLL a self registering dll
I've created a COM object in C# that later get's used by a VBScript. In order for the VBScript to be able to instantiate the object it must be registered. Previously I was registering the object ...
0
votes
2answers
128 views
Why does regasm /regfile seem incomplete?
I have a .NET assembly I need to register at install time. I'm noticing that the registry has subtle differences when regasm is used directly versus being installed via regasm's registry script.
...
0
votes
1answer
501 views
installer registry access in windows server 2012
I have a custom action in an Installshield Basic MSI project to find out the version of SQL Server from registry.
RegKey2012 = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\" & _
"Microsoft ...
1
vote
2answers
73 views
What's the purpose of UnistallString in the registry
Does anyone know the purpose of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{xxxx}-->UninstallString in the registry?
I had the impression that Add/Remove Program uses it to ...
0
votes
1answer
84 views
How to store configuration data in installation package?
My software product has an installation package created with Installshield.
The software product must point to a file path to access files specific to the site at which it is installed. This file ...
2
votes
2answers
383 views
How do I modify a registry value during uninstall (Basic MSI project)
I have a registry value that I set to 1 during installation. What I want to achieve is that during uninstall this value should be set to 0 instead of being removed.
How do I get about doing this?
I ...
3
votes
2answers
958 views
Nested Wow6432Node key in InstallShield
I have a problem where after my InstallShield project is built and I test the install on a clean 64bit Windows 7 machine, it creates a Wow6432Node key within a Wow6432Node key when I check regedit at ...
1
vote
1answer
312 views
InstallShield LE : RegOpenKeyEx fails in custom action
I need to execute some additional configuration after installation so I have created a smoll PostInstall.exe console application which should do the work. I need to get winamp install path from the ...
1
vote
1answer
638 views
Create a key in the registry and set it's value with the installation path with installshield
I wrote a WinForms app and I want to make setup project for this and I want to use installshield for this, it's the first time that I use installshield, now I want to configure my setup project to ...
1
vote
1answer
2k views
Batch file can't immediately see environment variables created by InstallShield script
We use InstallShield 2008 for our product installation. Product consists of several components. When a component is installed, a batch-file with some post-install routines specific to this component ...
1
vote
1answer
524 views
Need info about how to associate my applications file extensions with the application using InstallShield 2010
I am using InstallShield 2010 to create an installer for my application but I am having trouble finding any info about how to associate the file extensions my applications uses with the application. ...
0
votes
2answers
2k views
Installshield - Update the registry according to a file given at runtime
I'm writing a basic MSI installer using installshield 2010.
A different company would supply a .reg file that the installer would read in runtime and would update the registry accordingly.
I can't ...
2
votes
3answers
3k views
How to log and compare Windows Registry data before and after any program installation?
I need to compare the windows registry data before and after install a program ?
0
votes
2answers
627 views
Install Shield 2009 Premier : Don't want to put the entry to control panel
My installation would
1. copy some files
2. some registry entries that require admin privilege e.g. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\MyRegistry
What I want:
1. No entry to the control ...
1
vote
1answer
1k views
How can I install a file to a directory pointed to by a registry key/value in an Installshield Installscript-MSI project?
One of the files in my installation needs to get copied into a location pointed to by a registry key/value pair on the user's destination machine.
Right now, I have a kind of kludgy solution where I ...
0
votes
1answer
1k views
Simplest way of localizing InstallShield Registry keys
Which is the simplest way to localize the registry keys based on the selected language of an InstallShield setup?
I am thinking about writing an VBS which sets some properties based on the selected ...
1
vote
1answer
773 views
InstallShield: Darwin descriptors
My InstallShield installer doesn't appear to register several of its COM DLLs correctly, even though I have refreshed the COM information for them in the installer. If I manually run regsvr32 after ...
0
votes
4answers
1k views
How do I track what registry changes is done to the system by an install shield installer?
I need something like i6comp but for list of reg changes rather than list of files.
Does such a thing exist?
EDIT:I know there are ways to do monitor changes to the ergistry but are there ways to do ...
