cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
maybnxtseasn
Level 2

InstallShield not updating registry??

Whenever i exec my .msi setup program produced by installshield everything installs fine except for the fact that the registry entries, which i imported from a .reg file, are not being updated on the target machine. Does anyone have any ideas what's going on? Below is the .reg file im importing and using within my installation project


Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}]

@="SampleCredentialProvider"



[HKEY_CLASSES_ROOT\CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}]

@="SampleCredentialProvider"



[HKEY_CLASSES_ROOT\CLSID\{b84ca702-35a8-4e67-8d2a-6c2807b297d3}\InprocServer32]

@="SampleCredentialProvider.dll"

"ThreadingModel"="Apartment"
Labels (1)
0 Kudos
(2) Replies
maybnxtseasn
Level 2

does anyone know how i can inform installshield that the target machine is x64 or x86?
0 Kudos
CHANDINATHREDDY
Level 7

hello there if you want to get the system details you can use the properties value and in precise if you want to get the version you can use property versionNT which will give you the system details wether it is 32 bit or 64 bit
0 Kudos