October 27, 200520 yr Is there a way to create an 7Z installer for winamp.msi (created by moderator alan). Becuase his installer accepts only full path of the INI file during unattended installation. ex: winamp.msi INI="%CDROM%\software\applications\Winamp\winamp.ini" /qb-!Has anyone succeeded in creating an 7z installer with paths being provided using system variables?
October 28, 200520 yr You could try this in Command Prompt.Find /I "RunProgram=" "path\to\file.exe"Shaggy, you get a Scooby snack! That works like a charm and gives me just what I want. Thanks.
October 28, 200520 yr You could try this in Command Prompt.Find /I "RunProgram=" "path\to\file.exe"Shaggy, you get a Scooby snack! That works like a charm and gives me just what I want. Thanks.Haha.... Thanks Shaggy! Another thing learned today!
October 28, 200520 yr You could try this in Command Prompt.Find /I "RunProgram=" "path\to\file.exe"Shaggy, you get a Scooby snack! That works like a charm and gives me just what I want. Thanks.Haha.... Thanks Shaggy! Another thing learned today! Like to help if I can. Edited October 28, 200520 yr by shaggy
November 4, 200520 yr I'm creating a switchless installeer for Poweer DVD, and it works, for the most part... The issue I'm running into is that in the config.txt script;!@Install@!UTF-8!RunProgram="program.exe –switch";!@InstallEnd@!Theer's a set of "'s, I need to use anotheer set as the code I need it ;!@Install@!UTF-8!RunProgram="setup.exe –s -f2"%systeemdrive%\pdvd.log"";!@InstallEnd@!It spits an error back at me...How do I teell it to ignoree the inner "'s..?
November 4, 200520 yr Could it be this?;!@Install@!UTF-8!RunProgram="setup.exe –s -f2"%systeemdrive%\pdvd.log"";!@InstallEnd@!Should be systemdrive, not systeemdrive. Edited November 4, 200520 yr by Zxian
November 4, 200520 yr The keyboard I was using sometimes makes an e appear twice... Sorry... That's not the reason...
November 4, 200520 yr bah... I know why... I was just too tired to realize it.To enter quotes in commands like that you need to use \".So...;!@Install@!UTF-8!RunProgram="setup.exe –s -f2\"%systeemdrive%\pdvd.log\"";!@InstallEnd@!Also... should there be a space between the -f2 switch and the log destination? like the following:;!@Install@!UTF-8!RunProgram="setup.exe –s -f2 \"%systeemdrive%\pdvd.log\"";!@InstallEnd@!
November 4, 200520 yr I'm creating a switchless installeer for Poweer DVD, and it works, for the most part... The issue I'm running into is that in the config.txt script......i have read your post and i dont know if you like this: http://www.msfn.org/board/index.php?showtopic=48338if not, forget this post
November 4, 200520 yr @Nakatomi2010Read http://www.msfn.org/board/index.php?showtopic=48338 and then make your 7-zip install.dont you notice the same URL in my post?
November 4, 200520 yr Thanks could you help someone other? http://www.msfn.org/board/index.php?showto...=0entry415228
Create an account or sign in to comment