February 14, 200620 yr 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
February 15, 200620 yr 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?
February 15, 200620 yr Author 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.
February 15, 200620 yr Whenever i doube-click the YAWI.exe nothing happens, No error just nothing happens
February 15, 200620 yr @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.
February 16, 200620 yr 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.
February 16, 200620 yr @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
February 16, 200620 yr Author 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, 200620 yr by gramiche
February 16, 200620 yr Italian langu.iniInstalla i componenti selezionatiYAWI - Scegli i componenti da installareSeleziona tuttoDeseleziona tutto
February 16, 200620 yr Author Thank you Mrshark, italian added There is a feature request post on my own forum. Feel free to add a comment or sugest
February 17, 200620 yr 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???
February 17, 200620 yr Author 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, 200620 yr by gramiche
February 17, 200620 yr Author 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, 200620 yr by gramiche
February 17, 200620 yr 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, 200620 yr by mrshark
Create an account or sign in to comment