Easy RunOnceEx.cmd
#91
Posted 17 August 2004 - 05:13 PM
#92
Posted 17 August 2004 - 05:41 PM
Jose, on Aug 17 2004, 05:13 PM, said:
if you check the helpfile, see the add from database section, that will explain it
#94
Posted 17 August 2004 - 07:25 PM
eagle00789, on Aug 17 2004, 05:41 PM, said:
Jose, on Aug 17 2004, 05:13 PM, said:
if you check the helpfile, see the add from database section, that will explain it
Ok, got that. But that falls short of an explanation like this for Adobe Acrobat:
1. Start the original Acrobat 6.0.1 setup.
2. It will de-compress itself from the FEAD optimizer
3. Look in "C:\Windows\Cache" for the installer with MSI.
4. Open a command-window into that folder, and run the main MSI with the "/A" switch to make an admin-install point folder.
5. Copy away that folder safely, and install from there.
6. Download the 6.0.2 update, and start the setup, but don't click "Next".
7. Look in the folder "C:\Documents and Settings\UserName\Local Settings\Temp\_is---" to get the extracted update.
8. Now keep both the admin-install and the update in one folder.
9. SFX them to extract silently to a folder of your choice.
10.Have your unattended scripts run both (the main+update) the MSIs with the /QB switch.
The total time-saved during uA setup = 2 mins.
Space saved on CD = 10 MB.
In time the database can be a fantastic resource all by itself. Having all kinds of information for different ways of setting up the different programs. In any case, that was just an RFE for the future
#95
Posted 17 August 2004 - 07:57 PM
#96
Posted 17 August 2004 - 08:02 PM
Are you looking to include more applications in your database to be included standard or would you prefer users add thier own? If you are looking to add more to the database as a standard configuration i would like to help you in this regard.
I think this is a great tool and would like to help it grow.
Cheers,
Felix
#97
Posted 17 August 2004 - 10:26 PM
Nice work man. Error gone and remembering.
And BTW I hope you add more and more with an auto update option myself.
Though there needs to be a better way of choosing predefined solutions. Two arrows wont be enough when it goes over 100. Hard enough at 30.
Possibly a drop down list. Categorized by type of app maybe. And maybe a master list as well by first character of app. In of course, alphabetized order.
Also maybe on the "Add from Database" window you should an an X to close the window next to the ?.
Also how about making right clicking in an empty row opens the "Add Command" window.
Also when clicking the X to close the app when there are unsaved changes. Perhaps it would be wise to add a cancel button as well. Just in cause you did not mean to close the app. Would save time having to say yes save and having to reload app and then Load the settings.
#98
Posted 18 August 2004 - 01:23 AM
Well, here's mine, too:
- There should be a way a user can add his own apps to the database in a GUI env.
- When uninstalling the app itself, tabstop must go to Yes, not No.
Thanks for your easy and simple GUI.
#99
Posted 18 August 2004 - 05:20 AM
@Aaron: Thanks. i enjoy it that you will add it there.
@Felix: I currently am adding about 250 programs to the list, but any help is always helpfull
@war59312: The autoupdate feature is on it's way in the next version. (Possibly 2.0) (done)
There will be a dropdown list, in wich you can type the name of the program. (done)
It will be sorted alfabeticly (done)
I Left the X out on purpose, so that you realy have to push the cancel button, because i know that many people like the X, but it's not a correct way of closing a program. (Will have a descent menu in the next version (done))
@Mazin: The user adding part will be incorporated in the next version. (done)
The uninstaller is not my work. it is a standard program (Inno Setup) and can't control that yet.
#102
Posted 18 August 2004 - 09:01 AM
this database could really become the "official" program switches database and if it could be regularly updated with everyone posting new apps switches im pretty sure this could help ALOT of people.
sticky ?
#103
Posted 18 August 2004 - 09:02 AM
And...
P.S.: I'll add it to my translation of MSFN's tutorial too, if you don't mind!
#104
Posted 18 August 2004 - 09:05 AM
eagle00789, on Aug 18 2004, 05:45 PM, said:
Take care of this switch: /Reboot=Suppress. It's not correct if used with the slash.
#105
Posted 18 August 2004 - 09:39 AM
@mazin: For wich program, or is it in the default switches part
#106
Posted 18 August 2004 - 10:06 AM
eagle00789, on Aug 18 2004, 06:39 PM, said:
25;'Norton Systemworks 2003';'Setup.exe';'/qn /Reboot=Suppress';0
#107
Posted 18 August 2004 - 11:34 AM
eagle00789, on Aug 18 2004, 10:39 AM, said:
@mazin: For wich program, or is it in the default switches part
really and truly, is any Windows Installer installs if you it showed more then once
As for teh "official" database, perhaps (I haven't opened the program yet) but not everyone uses RunOnceEX, though this will probally convert a good chunk of those batch peopel seeing as it could be easier.
#108
Posted 18 August 2004 - 11:59 AM
eagle00789, on Aug 18 2004, 09:09 PM, said:
Basically, the reboot is a Windows Installer property, not a switch. So, wherever you have an MSI setup, the correct way to reject a reboot is
REBOOT=Suppress(note that there was no "/" preceding it).
Moreover, some installers want the property to be all capitals, which is why I have it that way above ("REBOOT" and not "Reboot"). Also, some I've seen some setups needing
REBOOT=ReallySuppress(that switch to reject a reboot, instead of the one to simply "suppress" above)
#109
Posted 18 August 2004 - 01:35 PM
No problem giving a quick shot /off topic/. This is what I say:
Reboot is a property. (Nobody said it's a switch)
Either Suppress or ReallySuppress is a value.
Either Reboot=Suppress or Reboot=ReallySuppress is a switch, as I said above. Why? Because any command put on the command line for the purpose of changing the behaviour of installation MUST be called a switch.
Or I should say: What does a property do if put on the command line? Nothing, of course!
Moreover, those switches aren't picked arbitrarily. Each switch has its own purpose.
Plus, Reboot=S and Reboot=R are also correct! No slash in either case, as I said above.
ChEeRs!
#110
Posted 18 August 2004 - 06:47 PM
eagle00789, on Aug 18 2004, 05:20 AM, said:
There will be a dropdown list, in wich you can type the name of the program. (done)
It will be sorted alfabeticly (done)
I Left the X out on purpose, so that you realy have to push the cancel button, because i know that many people like the X, but it's not a correct way of closing a program. (Will have a descent menu in the next version (done))
@Mazin: The user adding part will be incorporated in the next version. (done)
The new version with the above suggestions worked into it.
There is only 1 small thing. The Helpfile is NOT updated yes.
Also, the promised 250 programs that will be added to the database is not yet done. there is 1 program extra wich is not yet on the list. (Skype .95 beta is added)
If you want to add your own program to the Main database of the program, wich will be added in the updatefile, the submit your program to me thru a Private Message. Only submit the following:
Quote
InstallerExecutable:
Parameters:
Extract:
The Extraction is only a yes or no. If extraction is needed in a special way, (like run the main installer and look in a special folder to find another file there) then include that in the pm.
- ← A GUI for selecting which program you'd like to install?
- Application Installs
- ConvertXtoDVD 3.x/4.x silent install - How to →



Help

Back to top









