Help - Search - Members - Calendar
Full Version: office 2003 error 1606
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
SiMoNsAyS
i've got this error when i try to install office 2003 unattended after this regkey all worked great:

QUOTE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla]@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox 0.8.]
"GeckoVer"="1.0.1"

[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox 0.8.\bin]
"PathToExe"="\\Archivos de programa\\Mozilla Firefox\\firefox.exe"
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox 0.8.\Extensions]
"Components"="\\Archivos de programa\\Mozilla Firefox\\Components"
"Plugins"="\\Archivos de programa\\Mozilla Firefox\\Plugins"
@=""

;Set the Start Menu sticky apps
[HKEY_CURRENT_USER\Software\Clients\StartMenuInternet]
@="Firefox.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Firefox.exe]
@="\\Archivos de programa\\Mozilla Firefox\\Firefox.exe"
"Path"="\\Archivos de programa\\Mozilla Firefox"

[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Firefox.exe]
@="Firefox"
"LocalizedString"="Firefox"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Firefox.exe\DefaultIcon]
@="\\Archivos de programa\\Mozilla Firefox\\Firefox.exe,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Firefox.exe\shell\open\command]
@="\\Archivos de programa\\Mozilla Firefox\\Firefox.exe"


but without it, the internet shortcut in top start menu don't point to firefox. any ideas??
SiMoNsAyS
sorry for posting because i found a solution myself. if you point to firefox .exe with the %PROGRAMFILES% switch the top start menu shortcut won't work but don't know why pointing the %PROGRAMFILES% switch to Components and Plugins works ohmy.gif simply change the above code to:

QUOTE
[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox 0.8.\Extensions]"Components"="%PROGRAMFILES%\\Mozilla Firefox\\Components"
"Plugins"="%PROGRAMFILES%\\Mozilla Firefox\\Plugins"
@=""
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.