How to make a 7-Zip Switchless Installer
#101
Posted 14 October 2005 - 09:38 PM
#102
Posted 21 October 2005 - 04:35 AM
;!@Install@!UTF-8!
RunProgram="StartX.exe /WAIT \"msiexec /i AcroPro.msi TRANSFORMS=AcroPro.mst /qn\""
;!@InstallEnd@!
yes i made a mst file and installed and it workled flawlessly...i had earlier tried without the transform file...it just extracted it...and then nothing....i then checked the office 2003 file that i had made and checked where i was going wrong and realised that i hadn't mentioned the mst file along with msi.
now i am off to conquer nero 7...wish me luck.
#103
Posted 26 October 2005 - 09:58 AM
#104
Posted 27 October 2005 - 10:41 AM
BigDaddyJ, on Oct 26 2005, 08:58 AM, said:
AFAIK, you can't. The files other than the .7z files (7zS.sfx, config.txt) are included in the executable, and not part of the archive that is extracted. That's why when you extract the archive, you only get the contents of the 7-zip file.
#105
Posted 27 October 2005 - 11:11 AM
BigDaddyJ, on Oct 26 2005, 09:58 AM, said:
You could try this in Command Prompt.
Quote
#106
Posted 27 October 2005 - 12:26 PM
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?
#107
Posted 27 October 2005 - 07:38 PM
Quote
Shaggy, you get a Scooby snack! That works like a charm and gives me just what I want. Thanks.
#108
Posted 27 October 2005 - 09:05 PM
#109
#110
Posted 03 November 2005 - 06:54 PM
;!@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..?
#111
Posted 03 November 2005 - 08:35 PM
Quote
RunProgram="setup.exe –s -f2"%systeemdrive%\pdvd.log""
;!@InstallEnd@!
Should be systemdrive, not systeemdrive.
This post has been edited by Zxian: 03 November 2005 - 08:35 PM
#112
Posted 03 November 2005 - 09:15 PM
#113
Posted 03 November 2005 - 09:56 PM
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@!
#114
Posted 03 November 2005 - 11:58 PM
Nakatomi2010, on Nov 4 2005, 01:54 AM, said:
......
i have read your post and i dont know if you like this: http://www.msfn.org/...showtopic=48338
if not, forget this post
#115
Posted 04 November 2005 - 09:11 AM
This post has been edited by keytotime: 04 November 2005 - 09:43 AM
#116
Posted 04 November 2005 - 09:39 AM
keytotime, on Nov 4 2005, 04:11 PM, said:
Read http://www.msfn.org/...showtopic=48338 and then make your 7-zip install.
dont you notice the same URL in my post?
#118
Posted 04 November 2005 - 09:50 AM
#120
Posted 04 November 2005 - 10:38 AM
keytotime, on Nov 4 2005, 05:23 PM, said:
could you help someone other? http://www.msfn.org/board/index.php?showto...=0entry415228



Help


Back to top









