crystalxp Posted February 9, 2006 Posted February 9, 2006 I used startx becuase it is free and i know that o some machines batch files converted using quick batch file coverter does not work. My machine being one of them . Also startx compressed with upx is 90Kb while your installer.exe for office is 144. I atached the compressed startx in my original post.WHERE CAN I GET THE STARTX.EXE ?... NOT FOUND IN FIRST POST
RazorJack Posted February 23, 2006 Posted February 23, 2006 And what about the applications, that don't need to be installed? I mean when it's enough only to extract them and create shortcuts?How to tell the modified 7zS.sfx where i want to extract the files?
InViSibLe Gr Posted February 23, 2006 Posted February 23, 2006 (edited) ok... i have read this guide about 10 times and i'm doing it again and again but i dont know... i'm doing something wrong i'm trying to create incredimail installeri have found the switch in the app switches sticky and i have added the pskill in system32 folder as the guy who posted the swithes saidi did made everything as the guide says but i dont know whats the prob maybe it is in the config.txt cause the installer doesnt starting and it says "config error" :angrym: here it is:;!@Install@!UTF-8!RunProgram="incml.exe /s"pskill IncMail.exepskill IMApp.exe;!@InstallEnd@!have i done something wrong in there?please help me i'm realy confused with this (the name of the exe in the 7zip archive is incml.exe , its not mistyped)do you see something that i have to change in the config.txt? Edited February 24, 2006 by InViSibLe Gr
JoeMSFN Posted February 24, 2006 Posted February 24, 2006 (edited) ;!@Install@!UTF-8!RunProgram="incml.exe /s"pskill IncMail.exepskill IMApp.exe;!@InstallEnd@!I have searched in vain for the full syntax of the config.txt file...But I'm willing to bet you need RunProgram=" and " around your pskill statements...It's not like a .cmd or .bat file.The only problem with my advice (going back to the lack of documentation for the config.txt file) is I'm not sure if it's ok to have more than one RunProgram statement per config.txt or if you'd have to have it call a .cmd file via "RunProgram" then do multiple program exections within the .cmd file...Also as a side note, (I think I've seen other's do it) is that the original post takes great pains to mention that the .msi file must be 8 characters or less. I have sucesfully repackaged (and it installs) the Adobe Reader 7.0.7.msi file (with a InstallShield Tuner transform file of equal length spaces and all) by just doing the backslash quote thing to escape the spaces in the RunProgram statement... Edited February 24, 2006 by JoeMSFN
InViSibLe Gr Posted February 24, 2006 Posted February 24, 2006 thanks for your reply JoeMSFN so you're telling that i have to do it with RunProgram="incml.exe /s"RunProgram="pskill IncMail.exe"RunProgram="pskill IMApp.exe" ?and or do it without pskill in the config.txtand only with runprogram incmland make a batch file for the pskill'sright?i'll try both of them and let you know if it workI have searched in vain for the full syntax of the config.txt filei have googled for this but didnt find anything if i do i'll tell you
InViSibLe Gr Posted February 24, 2006 Posted February 24, 2006 (edited) ...ok this one worked i did it with ;!@Install@!UTF-8!RunProgram="incml.exe /s"RunProgram="pskill IncMail.exe"RunProgram="pskill IMApp.exe";!@InstallEnd@!and the kills worked the first time the exes try to open butthe d**n prog after that insists to open cause it doesnt have acount settings inside it so i have to add them with some reg import or something?how can i do that?can someone tell me if i can do that?maybe if i export the HKEY_LOCAL_MACHINE\SOFTWARE\IncrediMail in sys32 folder and add it to run through config withRunProgram="inredimail.reg"will that do something ?or i have to do it through batch file? will that stop the fu****g prog from running?please help me... i'm so confused about that i dont know what to do to make it work Edited February 24, 2006 by InViSibLe Gr
The Black Cloud Posted February 26, 2006 Posted February 26, 2006 RunProgram="Regedit /S inredimail.reg"
InViSibLe Gr Posted February 26, 2006 Posted February 26, 2006 RunProgram="Regedit /S inredimail.reg"Thanks a lot! I will try it now!
InViSibLe Gr Posted February 26, 2006 Posted February 26, 2006 (edited) well... i give up it doesnt want to work fully silent like this i'll never make incredimail to work with 7zip silently i'll give it a try with winrar and if it does not worki wiill do it with the easy batch way thanks JoeMSFN & The Black Cloud for your help Edited February 26, 2006 by InViSibLe Gr
JoeMSFN Posted March 3, 2006 Posted March 3, 2006 (edited) Sorry, InViSibLe Gr, it didn't work for you. I still haven't found any real documentation for the config.txt file.What you might be able to do put your commands (from your previous post)incml.exe /spskill IncMail.exepskill IMApp.exeinto a incrmail.cmd file then in your config.txt put;!@Install@!UTF-8!RunProgram="incrmail.cmd";!@InstallEnd@!I had to do that to get multiple commands to work... again not sure, but I was unable to get multiple "RunProgram" commands to work in config.txt. (it only seemed to do the 1st "RunProgram" line). Edited March 3, 2006 by JoeMSFN
InViSibLe Gr Posted March 3, 2006 Posted March 3, 2006 oh! nice idea!i thing this one will work! i'll try it and let you know
Lost Soul Posted March 6, 2006 Posted March 6, 2006 well... i give up it doesnt want to work fully silent like this i'll never make incredimail to work with 7zip silently i'll give it a try with winrar and if it does not worki wiill do it with the easy batch way thanks JoeMSFN & The Black Cloud for your help the best way to do incredimail is to recreate the intstaller with inno,,
RogueSpear Posted March 6, 2006 Posted March 6, 2006 Sorry, InViSibLe Gr, it didn't work for you. I still haven't found any real documentation for the config.txt file.What you might be able to do put your commands (from your previous post)incml.exe /spskill IncMail.exepskill IMApp.exeinto a incrmail.cmd file then in your config.txt put;!@Install@!UTF-8!RunProgram="incrmail.cmd";!@InstallEnd@!I had to do that to get multiple commands to work... again not sure, but I was unable to get multiple "RunProgram" commands to work in config.txt. (it only seemed to do the 1st "RunProgram" line).Sometimes when using a .cmd file in the config.txt, I've found you need to preceed some of the commands with "start /wait". Sometimes you don't though. Trial and error usually gets you what you need though.
InViSibLe Gr Posted March 6, 2006 Posted March 6, 2006 i found today what was the problemi opened task manager two see if pskill was actually killing the processesit was killing them but incredimail was opening because inmail & imapp was loading two timesso to make it work i addedpskill incmailpskill imapppskill incmailpskill imappand it's ok now
thunderchero Posted March 13, 2006 Posted March 13, 2006 could some one give more details on this part of making a 7-zip switchless installer.In order to get rid of the cancel button and the close button, go to Dialog→500→1033. Select all then paste in this code:CODE500 DIALOG 0, 0, 186, 26STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTIONCAPTION "Progress"LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_USFONT 8, "MS Shell Dlg"{ CONTROL "Progress1", 1000, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 7, 172, 14 }dose it go in the 7zs.sfx file ??? and if so what do I open file with.thunderchero
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now