PDA

View Full Version : SB donīt create registry



NewsArchive
02-26-2010, 02:31 AM
I have some projects that i had defined to SB create a registry, but it
doesnīt work in anyone.

HKLM\SOFTVALE\SBNFE\Instalacao=%_SB_INSTALLDIR

::Registry Key "HKLM\SOFTVALE" (Always Install)
::Registry Key "HKLM\SOFTVALE\SVNFE" (Always Install)
::Registry Value "HKLM\SOFTVALE\SVNFE\Instalacao" = %_SB_INSTALLDIR%
(Always Install)

Iīm generating it in my machine and trying to install in the same machine

Thankīs

walter

NewsArchive
02-26-2010, 02:31 AM
Is it 64-bit Vista or 64-bit Windows 7?

Jane Fleming

NewsArchive
02-26-2010, 02:32 AM
vista business 32

walter

NewsArchive
02-26-2010, 02:33 AM
Walter,

> I have some projects that i had defined to SB create a registry, but it
> doesnīt work in anyone.
>
> HKLM\SOFTVALE\SBNFE\Instalacao=%_SB_INSTALLDIR
>
> ::Registry Key "HKLM\SOFTVALE" (Always Install)
> ::Registry Key "HKLM\SOFTVALE\SVNFE" (Always Install)
> ::Registry Value "HKLM\SOFTVALE\SVNFE\Instalacao" = %_SB_INSTALLDIR%
> (Always Install)
>
> Iīm generating it in my machine and trying to install in the same machine

See what happens (attached screenshot) if you try to create HKLM\SOFTVALE
from regedit.

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
02-27-2010, 02:09 AM
itīs working normaly using regedt32, iīm doing it to fix install.

Walter

NewsArchive
02-27-2010, 02:10 AM
Walter,

> itīs working normaly using regedt32, iīm doing it to fix install.
>

The screenshot is regedt32 ;-) If even regedt32 can't create the key then
the installer can also not do it in this case.

HTH,
Friedrich

NewsArchive
02-27-2010, 02:10 AM
>
> itīs working normaly using regedt32, iīm doing it to fix install.
>
BTW, as far as I know, HKEY_LOCAL_MACHINE has only five first-level keys on
NT based systems. On the new UAC-aware systems, there is another first
level key now. But the root is protected so IMO, you were never able to
create HKEY_LOCAL_MACHINE\SOFTVALE

Friedrich

NewsArchive
02-27-2010, 02:11 AM
>
> itīs working normaly using regedt32, iīm doing it to fix install.
>

This could be too obvious, but I'll ask, you did not mean HKLM\SOFTWARE
(instead of "SOFTVALE")?

Friedrich

NewsArchive
02-27-2010, 02:11 AM
My friend,

I think iīm going crazy.... iīve made mistakes...

thankīs

Walter

NewsArchive
03-02-2010, 01:24 AM
itīs working fine know. but iīve made this way.

..create que key with regedt32;
..exported it from regedt32;
..imported to SB

thankīs

Walter