2 Oleg_Sch or gora,
Question:
What is the command line to add two languages in a 7zSFX with many language sections?
I have tried:
7zSFX.exe -sfxlang:nnnn:mmmm
7zSFX.exe -sfxlang:nnnn+mmmm
7zSFX.exe -sfxlang:nnnn;mmmm
7zSFX.exe -sfxlang:nnnn,mmmm
Is it possible?
Next Question,
I'm having problems with:
\"%^PROGRAMFILES%\\Some Software Name\"
I want:
%PROGRAMFILES%\Some Software Name
I don't want:
C:\Program File\Some Software Name
What I am getting:
%^PROGRAMFILES%\Some Software Name
Purpose:
I am trying to add a Type REG_EXPAND_SZ value to the registry.
How do I get the string name returned instead of the string value for %PROGRAMFILES% ?
Thanks.
This post has been edited by visegrip: 21 May 2012 - 05:20 AM