/build/static/layout/Breadcrumb_cap_w.png

Easy Grade Pro v4.0 - 4.0.3 by Orbis Software

Anybody know how to install Easy Grade Pro 4.0 silently? I tried running the setup.exe file with a /s switch, and that seemed to do something although it did not install the application.

I would also like to include our serial number and organization's name, if possible, so as not to be reprompted for those items post-installation.

Thanks in advance!

0 Comments   [ + ] Show comments

Answers (4)

Posted by: MicrosoftBob 16 years ago
Blue Belt
0
I just downloaded the demo version and it looks like an Installshield version 5.53 setup.exe. Now assuming the purchased version uses the same setup routine.....you should be able to use the /r switch and record the installation choices....this will create c:\windows\setup.iss. Move this file into the same folder as the setup.exe and use [font="courier new"]/s to have it use the setup.iss file as an answer file (it may not work if the app is already installed). You may also have to add [font="courier new"]/f1"<path to setup.exe>\setup.iss"

Read this for more info: http://itninja.com/blog/view/installshield-setup-parameters

IF YOU ARE EXTREMELY LUCKY....you will not run into any problems.

BUT....of course, any number of variables could cause this to fail (usually silently!) in any number of ways. You can check c:\windows\setup.log to obtain a discrete error code which you can drop into a search engine or find elsewhere on this site.

As far as the serial number and organization name, you would have to use regmon, filemon, and/or procmon to find out where it is writing this information so you can extract it and add this via the scripting language of your choice.

Or you could re-package the whole thing into an MSI using something like Wise Package Studio or Installshield.

[:D] Welcome to the world of software packaging and distribution! [:D]

Comments:
  • Where you able to install it with the serial number? - rsdog 10 years ago
    • Ha ha ha, I certainly don't remember back over 5 years ago! But reading back over this entire post, it appears the serial number entry is not part of the install, but part of the initial launch of the program. In that case, you would need to run something post install to put that information in the registry or .INI file or whereever the program stores that info. You use regmon or filemon to monitor the system and detect where it stores this info. - MicrosoftBob 10 years ago
Posted by: netjustin 16 years ago
Senior Yellow Belt
0
Bob,

Thank you for the link, the effort on checking out that download, and the very detailed reply. I've learned so much useful information in the last 48 hours from this website, my head feels like one of those clown balloons after it's blown up and twisted into the shape of a weiner dog. [;)] In a good way, of course.

Anyways I've got the silent install working in spite of myself. Created an answer file and as you suggested I used our tool of choice, Altiris RapidInstall, to find and save the registry delta for command-line import.

Cheers,
netjustin
Posted by: dmillaway 14 years ago
Orange Senior Belt
0
I tried using these instructions with version 4.01 and cannot get the resulting setup.iss to work even by manually putting the answer file in the windows directory. I have put it in the same directory as the setup.exe which is what the documentation says it expects but it never installs. Since I am going to be pushing the job using our KBox, I am not positive what the path will be to the folder that setup.exe and setup.iss will be in. I tried using the exact paths given in the pdf you reference but that hasn't worked either. My brain is too fried to come up with other tactics. I suspect I will be doing manual installs tomorrow.[&o]

The response file that is generated reads as follows:

[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=NoToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=4
Dlg1=SdLicense-0
Dlg2=SdAskDestPath-0
Dlg3=SdFinish-0
[SdWelcome-0]
Result=1
[SdLicense-0]
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\Orbis Software\Easy Grade Pro
Result=1
[Application]
Name=Easy Grade Pro
Version=4.0.1
Company=Orbis Software
Lang=0009
[SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
Posted by: MicrosoftBob 14 years ago
Blue Belt
0
If you don't know the path that setup.exe will run from, you could try one of the following (keep setup.iss in the same folder as setup.exe):

setup /s /f1".\setup.iss" /f2".\setup.log"

or

setup /s /f1"%cd%\setup.iss" /f2"%cd%\setup.log"

In either case, if it fails, check the setup.log to see the errorcode and drop into a search engine or post here.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ