Help - Search - Members - Calendar
Full Version: Download Accelerator 7, Eudora Pro 6
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Astalavista
I would like assistance from the almighty group how to silently install
Eudora Pro 6, Vueprint, and Download Accelerator
diesel_98a
i used install rite on the dap. but i have thought about using iexpress to repackage it. something to think about.
IcemanND
Install Eudora 6 silently -
eudora6.msi /q
DarkBringer
I'm thinking this should be moved to the "Application Switches" section?
Astalavista
DarkBringer
unfortunately no one in the switches thread answered my post or can u find any referrence there how to do the above mention switches.

IcemanND
i don't want to install pure voice how do u specify that in the switch?
IcemanND
I'm not sure if you can. I'll see what I can find out. And get back to you.
brent24
Install eudora manually with the -R switch. Then grab the iss out of your windows directory and use the "setup -s -f1"<pathtoiss>setup.iss" style of installation.
Astalavista
ok i did the eudora.exe -r

when i tried to do a *.iss search from window nothing was found?

can you please elaborate on the process
brent24
-R

case sensitive
brent24
WAIT. Did you say eudora.exe. If that is the file you dl'ed from qualcomm, it's extractable. extract the files and you will have a bunch of files including setup.exe.

Run setup.exe with the -R option.
IcemanND
or if you can't extract the files, which I can't seem to today, run the Eudroa.exe and when it gives you the welcome screen to click next, open the temp folder for the current user, i.e c:\documents and settings\administrator\local settings\temp, there will be a folder PFTx.TMP, where x is a random character, this is the installer exploded, copy the folder to your desktop then cancel the installation. Run Setup.exe -r from the copied folder, select the install options you want during the install, DO NOT REBOOT if asked, and then find setup.iss in c:\windows.

Then to install silently - setup -s -f1"<pathtoiss>setup.iss"
brent24
thanks for a better worded explanation.

I just assumed they were familiar with the iss method.
Astalavista
did what u said... failed to work sorry.
brent24
works for me....everytime.

are you getting an error? :/
brent24
i just tested it out from scratch and it works fine.

here's what I did.

dl'ed eudora from www.eudora.com

right clicked and dragged to an empty directory called eudora that I created and selected "extract here" from the popup (i have wz installed, i assume everyone here does)

it extracted all the files to a directory called "disk1"

went to the disk1 directory and typed: setup.exe -R

installed without all the options and got an iss file in my windows directory

copied the iss file to the disk1 directory and deleted it from the window directory

went to add/remove progs, removed eudora, and rebooted.

went back to the disk1 directory and typed: start /wait .\setup.exe -s -f1"%cd%\setup.iss"

eudora installed silently

i opened eudora and went to the special-->message plugins menu and Pure Voice was not listed smile.gif


here's the iss file it created just now
CODE
[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=NoToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=10
Dlg1=SdLicense-0
Dlg2=SdComponentDialog2-0
Dlg3=SdAskDestPath-0
Dlg4=SdSetupType-0
Dlg5=SdDisplayTopics-0
Dlg6=SdSetupType-1
Dlg7=SdDisplayTopics-1
Dlg8=AskYesNo-0
Dlg9=SdFinish-0
[SdWelcome-0]
Result=1
[SdLicense-0]
Result=1
[SdComponentDialog2-0]
Eudora-type=string
Eudora-count=6
Eudora-0=Eudora\Program Files
Eudora-1=Eudora\Shared DLLs
Eudora-2=Eudora\common
Eudora-3=Eudora\plugins
Eudora-4=Eudora\Nickname
Eudora-5=Eudora\extrastuff
Component-type=string
Component-count=2
Component-0=Eudora
Component-1=Importers
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\Qualcomm\Eudora
Result=1
[SdSetupType-0]
szDir=C:\Program Files\Qualcomm\Eudora
Result=303
[SdDisplayTopics-0]
Result=12
[SdSetupType-1]
szDir=C:\Program Files\Qualcomm\Eudora
Result=303
[SdDisplayTopics-1]
Result=1
[Application]
Name=Eudora
Version=6.0
Company=QUALCOMM Incorporated
Lang=0009
[AskYesNo-0]
Result=0
[SdFinish-0]
Result=1
bOpt1=0
bOpt2=0


one weird thing I just noticed is that it put 2 "SdDisplayTopics" (0 and 1)....hmmm

mine only has one

anyway it worked.

for my particular installation, though, I changed this line under SdSetupType (not SdAskDestPath, that's your "install to" path):
CODE
szDir=C:\Program Files\Qualcomm\Eudora

changed to:
szDir=%userprofile%\Qualcomm\Eudora


I have tested this and it WORKS. And instead of using the C:\Program Files\Qualcomm\Eudora to store all the mail settings, it uses the logged in users' profile so each user has their own profile. you can check this box in the eudora installer, but somehow it does not stick with the silent install unless you make that change.
Astalavista
GREAT!!!
brent24
hope it works for you. welcome.gif
Astalavista
Brent

is this correct?
CODE
reg add %Key%\018 /VE /D "Eudora Pro 6 [Registered Ver.]" /f
reg add %Key%\018 /V 1 /D "%systemdrive%\install\Eudora\setup.exe -s -f1\setup.iss" /f


if i add "%cd%

it won't load into my registry
brent24
you forgot to add escaped quotes around the f1 argument and the f1 argument needs to be fully qualified if your running it directly from the registry runonceex

this is how it should look.
CODE
reg add %Key%\018 /VE /D "Eudora Pro 6 [Registered Ver.]" /f
reg add %Key%\018 /V 1 /D "%systemdrive%\install\Eudora\setup.exe -s -f1\"%systemdrive%\install\Eudora\setup.iss\"" /f


that should work

also, did you make sure to edit the default eudora.ini to include your registration info.
Astalavista
I did this instead and it worked


CODE
reg add %Key%\018 /VE /D "Eudora Pro 6 [Registered Ver.]" /f
reg add %Key%\018 /V 1 /D "%systemdrive%\Install\Eudora\setup.exe -s -f1 "cd\setup.iss"" /f
reg add %Key%\018 /V 2 /D "%systemdrive%\install\Eudora\EudoraReg.exe" /f
devzero
Tried it and it didn't work blushing.gif (Eudora 6.1 ti)

1a) When I extract the file Eudora_6.1.exe I end up with a Disk 1 directory.

1b) When I run setup.exe -R the install starts but after the installation questions the installer asks "Please insert disk 1 that contains the file data2.cab", and of course data2.cab is not present in the "disk 1" directory". So far for this method.

2) When I do a normal install with Eudora_6.1.exe I end up with a setup.iss which resembles the one from brent (differences like version is 7 instead of 5, dialog sections are called [{somecode}-DlgOrder]). (before ending this installation i searched for a data2.cab which did not exist on my computer).

3) Deinstall of eudora and next try from "Disk 1": setup.exe -s -f1"%cd%/setup.iss": doesn't install anything and leaves me with a setup.log file with the following error:
QUOTE
[ResponseResult]ResultCode=-5008
[ExtendedError]
ErrorInfo=>SetupDLL\SetupDLL.cpp (1884)


Anyone who had more luck with 6.1?
devzero
QUOTE (devzero @ Apr 21 2004, 04:43 AM)
Tried it and it didn't work  blushing.gif  (Eudora 6.1 ti)

I just did it with Eudora 6.0 and it works flawless; at least I'm not stupid confused.gif


edit: Cheered to soon:
This works:
QUOTE
[SdAskDestPath-0]szDir=e:\Program Files\Qualcomm\Eudora\


This doesn't:
QUOTE
[SdAskDestPath-0]szDir=%systemdrive%\Program Files\Qualcomm\Eudora\


why not wacko.gif
mssaad66
for vueprint the better way I found that to setup the program on your computer and use regsnap to to get the reg key and the files....
In That way I have got thes files.......:
%windir%\vuepro32.exe
%windir%\vuepro32.hlp
%windir%\vuepro32.jpg
%windir%\vuepro32.ini

This is the .reg file....I'm sure alot of them with no meaning........But i've put them... laugh.gif

Don't forget to change this xxxxxxxxx with your regester code

QUOTE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp]@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.dib]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.gif]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.jpe]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.jpeg]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.jpg]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tif]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.uue]
@="VuePrint"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count]
"HRZR_EHACVQY:%pfvqy2%\\Npprffbevrf\\IhrCevag Ceb_32.yax"=hex:01,00,00,00,02,\
  00,00,00,00,00,00,00,00,00,00,00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0]
"MRUListEx"=hex:01,00,00,00,03,00,00,00,02,00,00,00,06,00,00,00,00,00,00,00,05,\
  00,00,00,04,00,00,00,ff,ff,ff,ff
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\2\2\0\0\0]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\2\2\0\0\0]
"1"=hex:5a,00,31,00,00,00,00,00,1d,31,72,59,11,00,41,43,43,45,53,53,7e,31,00,\
  00,42,00,03,00,04,00,ef,be,1d,31,b0,58,1d,31,8d,73,14,00,2c,00,41,00,63,00,\
  63,00,65,00,73,00,73,00,6f,00,72,00,69,00,65,00,73,00,00,00,40,73,68,65,6c,\
  6c,33,32,2e,64,6c,6c,2c,2d,32,31,37,36,31,00,18,00,00,00
  [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU\0\2\2\0\0\0\1]
  "NodeSlot"=dword:00000081
  "MRUListEx"=hex:ff,ff,ff,ff
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\129]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\129\Shell]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags\129\Shell]
"FolderType"="Documents"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.01]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.01]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cam]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cam]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.crw]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.crw]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.fli]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.fli]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.hqx]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.j6i]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.j6i]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.k25]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.k25]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.kdc]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.kdc]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mim]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mim]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mme]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.mme]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.msg]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pcd]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pcd]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pcx]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pcx]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pmp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pmp]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pwp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.pwp]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rle]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.sfw]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.sfw]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.sli]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.sli]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tga]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.tga]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.uu1]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.uu1]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OLE398]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\OLE398]
@="LINK1093737837"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint]
@="VuePrint"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint]
"AlwaysShowExt"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\license]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\license\ActivationKey]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\license\ActivationKey]
@="xxxxxxxxx"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\license\InstallTime60]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\license\InstallTime60]
@="1093737837"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.bmp]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.bmp]
@="Paint.Picture"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.dib]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.dib]
@="Paint.Picture"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.gif]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.gif]
@="giffile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.hqx]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.hqx]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.jpe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.jpe]
@="jpegfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.jpeg]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.jpeg]
@="jpegfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.jpg]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.jpg]
@="jpegfile"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.msg]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.msg]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.rle]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.rle]
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.tif\
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.tif]
@="TIFImage.Document"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.uue]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\save\.uue]
@="WinRAR"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell\open\command]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell\open\command]
@="c:\winxp\vuepro32.exe "%1""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell\print]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell\print\command]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VuePrint\shell\print\command]
@="c:\winxp\vuepro32.exe -p "%1""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VuePrint\
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VuePrint]
@=""
"DisplayName"="VuePrint"
"UninstallString"="c:\\winxp\\vuepro32.exe /Remove"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
"@shell32.dll,-21782"="Programs"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
"@shell32.dll,-31233"="File and Folder Tasks"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
"@shell32.dll,-31236"="Make a new folder"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
"@shell32.dll,-31260"="Publish this folder to the Web"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
"@shell32.dll,-31374"="Share this folder"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp]
"Progid"="VuePrint"
[HKEY_CURRENT_USER\SessionInformation]
"ProgramCount"=dword:00000007
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\OpenWithList]
"MRUList"="bca"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\OpenWithList]
"MRUList"="dbac"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg]
"Progid"="VuePrint"


Hop that it will help you..........
Astalavista
have you test this already?




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.