gramiche Posted February 14, 2006 Share Posted February 14, 2006 Launcher is dead, YAWI is just born !YAWI v2.0 is released.watch the history to see the changesYou can download it here or watch the FAQ hereCompatibility with launcher.ini is kept Link to comment Share on other sites More sharing options...
ajua Posted February 15, 2006 Share Posted February 15, 2006 thanks, seems useful.i think we can use it from runonceex and all the entries we have in runonceex can be used in yawi.ini am i right? Link to comment Share on other sites More sharing options...
gramiche Posted February 15, 2006 Author Share Posted February 15, 2006 i think we can use it from runonceex and all the entries we have in runonceex can be used in yawi.ini am i right?If your runonceex contain some loop, goto, if... it is not possible to add them into YAWI. You can only use program call (exe, bat, com, cmd, msi) and registry modification. Link to comment Share on other sites More sharing options...
ironside Posted February 15, 2006 Share Posted February 15, 2006 Whenever i doube-click the YAWI.exe nothing happens, No error just nothing happens Link to comment Share on other sites More sharing options...
januh Posted February 15, 2006 Share Posted February 15, 2006 @ironside: Create yawi.ini file with correct path to at least one existing file. Incorrect lines are ignored, so if there is no fine path, yawi won't run. Link to comment Share on other sites More sharing options...
ajua Posted February 16, 2006 Share Posted February 16, 2006 i think we can use it from runonceex and all the entries we have in runonceex can be used in yawi.ini am i right?If your runonceex contain some loop, goto, if... it is not possible to add them into YAWI. You can only use program call (exe, bat, com, cmd, msi) and registry modification.i have standard calls only (maybe the cdrom letter check will not work in YAWI).but seems useful to distribute application installer to my users with this tool so they can select whatever they want to be installed. Link to comment Share on other sites More sharing options...
ironside Posted February 16, 2006 Share Posted February 16, 2006 @ironside: Create yawi.ini file with correct path to at least one existing file. Incorrect lines are ignored, so if there is no fine path, yawi won't run.OK thanks i've got it now And thanks for your work on this neat little app, cheers Link to comment Share on other sites More sharing options...
gramiche Posted February 16, 2006 Author Share Posted February 16, 2006 (edited) i have standard calls only (maybe the cdrom letter check will not work in YAWI).yawi accept only relative path, you dont need to use cdrom letter. Just put yawi on the media at the root directory (or at least a directory which contain all installation program to launch) Thanks for your support Edited February 16, 2006 by gramiche Link to comment Share on other sites More sharing options...
mrshark Posted February 16, 2006 Share Posted February 16, 2006 Italian langu.iniInstalla i componenti selezionatiYAWI - Scegli i componenti da installareSeleziona tuttoDeseleziona tutto Link to comment Share on other sites More sharing options...
Wesmosis Posted February 16, 2006 Share Posted February 16, 2006 seems cool! downloaded Link to comment Share on other sites More sharing options...
gramiche Posted February 16, 2006 Author Share Posted February 16, 2006 Thank you Mrshark, italian added There is a feature request post on my own forum. Feel free to add a comment or sugest Link to comment Share on other sites More sharing options...
Powerhouse Posted February 17, 2006 Share Posted February 17, 2006 Kinda lost on the Registry adding part. How would I go from this...REG ADD %KEY%\093 /VE /D "iTunes v6.0.2.23" /fREG ADD %KEY%\093 /V 1 /D "%systemdrive%\Install\Applications\iTunes\iTunes6.0.2.23.exe" /fREG ADD %KEY%\093 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\iTunes\Itunes.reg" /fTo this...iTunes\iTunes6.0.2.23.exe;;X;iTunes v6.0.2.23???Not really sure about this Registry entry??? Link to comment Share on other sites More sharing options...
gramiche Posted February 17, 2006 Author Share Posted February 17, 2006 (edited) Kinda lost on the Registry adding part. How would I go from this...REG ADD %KEY%\093 /VE /D "iTunes v6.0.2.23" /fREG ADD %KEY%\093 /V 1 /D "%systemdrive%\Install\Applications\iTunes\iTunes6.0.2.23.exe" /fREG ADD %KEY%\093 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\iTunes\Itunes.reg" /fTo this...iTunes\iTunes6.0.2.23.exe;;X;iTunes v6.0.2.23???Not really sure about this Registry entry???to add this 3 registry entries when you install iTune, you write in the yawi.ini :iTunes\iTunes6.0.2.23.exe;;X;iTunes v6.0.2.23REG;ADD HKLM\093 /VE /D "iTunes v6.0.2.23" /fREG;ADD HKLM\093 /V 1 /D "%systemdrive%\Install\Applications\iTunes\iTunes6.0.2.23.exe" /fREG;ADD HKLM\093 /V 1 /D "REGEDIT /S %systemdrive%\Install\Applications\iTunes\Itunes.reg" /fIn the yawi window, only 1 line will appear with "iTunes v6.0.2.23" selected.you cannot use variable in yawi (like %KEY%) so you need to replace %KEY% with the complete value Edited February 17, 2006 by gramiche Link to comment Share on other sites More sharing options...
gramiche Posted February 17, 2006 Author Share Posted February 17, 2006 (edited) Do you think this kind of .INI structure is more easy to fill that the actual ?[Time]Time=30[app1]Description=File1=Switch1=File2=Switch2=(etc.)Default=[app2]... Edited February 17, 2006 by gramiche Link to comment Share on other sites More sharing options...
mrshark Posted February 17, 2006 Share Posted February 17, 2006 (edited) your program is EASY (follows the KISS principle - Keep It Simple, Stupid! - http://en.wikipedia.org/wiki/KISS_Principle ), and your ini file is short but complete. IMHO, the last version in only bloated and redundant... and stay away from XML, please...my 2cent... Edited February 17, 2006 by mrshark Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now