Everything posted by zorro1
-
7z SFX Modified Module and Tools
@rickendo i try with resource hacker, but i can't modify ressource IMAGES 3001 How to ? thanks
-
7z SFX Modified Module and Tools
Hello how to modify or add pitcure in 7zsd_lzma_dialogs.sfx ? i want to add my or replace original image in sfx to my install. thanks
-
Ask your Seven xml ? here
Hello, sorry for my English What is the difference between these actions in autounattend Disk wcm:action="add" or "Modify" ou "Remove" ModifyPartition wcm:action="add" or "Modify" ou "Remove" I have disk 0 with 3 partitions 1=100mo 1= 100000 and the last for data I won't touch my third partition, just delete the 100 MB partition and one 100 GB and recreate them in my autounattend. can someone there help me? thanks
-
Install problem with Net framework 4
Hello MagicAndre1981 when i clic on ngen.exe after my pc reboot
-
Install problem with Net framework 4
Hello, sorry for my poor english Net 4 and the update installation is going well, without any error. at the restart when I run ngen, t have this error '0xc000007b' and I am obliged to revive the net 4 installation and repair. do you have an idea for this problem Thank you My setupcomplete.cmd
-
BuClean Studio 2011 Q4: Windows 7 integrator, slipstreamer, customizer
Hi, as Digital john program does not recognize 'Windows AIK' on my French Ultimate 64
-
[Help] dism error [HRESULT = 0x80070005 - E_ACCESSDENIED]
@ myselfidem same error
-
[Help] dism error [HRESULT = 0x80070005 - E_ACCESSDENIED]
UAC is disable, my account is admin, it's the same for all KB, but the drivers is ok
-
[Help] dism error [HRESULT = 0x80070005 - E_ACCESSDENIED]
Hello Sorry for my English. I have a problem of integration of the KB with dism error [hrESULT = 0x80070005 - E_ACCESSDENIED]. I attached my log file. the drivers is integrate without problems. do you have an idea? Thank you dism_log.zip
-
Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86
news updates for Net1 and net2 http://support.microsoft.com/kb/974417/
-
Silent .NET Maker synthesized 20100118 - W2K/XP/2K3 x86
the language file for Net1 will not install because it missing this line in install.cmd
-
OpenOffice 3.0.0 Silent
not work in v3.0 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_PPT=1 replace by REGISTER_ALL_MSO_TYPES=1
-
Silent .NET Maker (latest update: 20080603)
PB with net 3.5 sp1 and langpack 3.5 sp1 can't integrate langpack for net 3.0 code error 2728 and you ?
-
Nero Lite v7.11.10.0 & v8.3.13.0
missing 1 dll neroco.dll
-
Office 2003 Slipstream with SP3 problem
Solution for me with french version open pro11.msi with Orca delete all entry with FM20ENU.DLL_1033 (2 entry in table file and Components) and delete in table FeatureComponents (Productfiles - Global_Forms_CoreIntl_1033) Save and Ok
-
Silent .NET Maker (latest update: 20080603)
You can add this update WIC : 6.0.6000.16385 (in NET 3.0 : 6.0.5840.16388) http://www.microsoft.com/downloads/details...;DisplayLang=fr
-
Nero Lite/Micro 7.8.5.0
@Major oK But is I would like to understand which the mechanism of activation?
-
Nero Lite/Micro 7.8.5.0
Sorry for my english Can you explain me what does exactly: nero.activation.exe nero.express.exe Thanks
-
Question runonce.cmd
thanks i try the second solution
-
Question runonce.cmd
sorry for my english i have this in my runonce.cmd when i execute, i have this error "START unknow command" Why? And what is correct syntax? Thanks
-
Nero 7 Lite v7.7.5.1 Update
I know that ' Process.exe ' is not a virus, but Mcaffee does not know it!! it causes a crach during the install. Try the methode with psvince.dll, test if nero is load at the begining of install
-
Nero 7 Lite v7.7.5.1 Update
Sorry for my poor english McAffee don't like process.exe, my solution for the serail EvalSerial=1C80-7619-10E5-477X-4042-577K-K1AM This is not a valid serial but don't crash nero at the first launch. at the first launch it offered to register nero.
-
[Release] Winamp Pro/Lite 5.33 Final, plz re-download.
good job thanks
-
nLite 1.2.1 - Problem With Internet Explorer 7 Final Integration
with french version missing 2 files iernonce.dll and iernonce.dll.mui
-
[RELEASE] Nero 7 Lite / Micro v7.7.5.1
To hp38guser (sorry for my english) Modif code source add new function [Setup] AppVerName=Nero 7 Lite {cm:Version} [Registry] Root: HKLM; Subkey: Software\Ahead\Installation\Families\Nero 7\Info; ValueType: string; ValueName: {code:GetNameSerial}; ValueData: {code:GetSerial}; Flags: uninsdeletekey Root: HKLM; Subkey: Software\Ahead\Installation\Families\Nero 7\Info; ValueType: string; ValueName: Version; ValueData: {cm:Version}; Flags: uninsdeletekey ;Nero LabelFlash Root: HKLM; Subkey: Software\Nero\Shared32; ValueType: string; ValueName: LLS; ValueData: {app}\Core\LLS.dll; Flags: uninsdeletekey; Components: nero_core [CustomMessages] Version=v7.5.7.0 // Search the name of SubKeyName Serialx_xxxxxxxxx function SearchSubKeyName(RootKey : integer) : String; var Names: TArrayOfString; I: Integer; S, SubKeyName: String; begin if RegGetValueNames(RootKey, 'SOFTWARE\Ahead\Installation\Families\Nero 7\Info', Names) then begin S := ''; SubKeyName := 'Serial7'; for I := 0 to GetArrayLength(Names)-1 do Begin S := copy(Names[I],1,6); IF Comparetext('Serial', S) = 0 then SubKeyName := Names[i]; End; Result := SubKeyName; end; end; { Edit3 } Edit3 :=TEdit.Create(Page); with Edit3 do begin Parent :=Page.Surface; Left :=ScaleX(160); Top :=ScaleY(160); Width :=ScaleX(211); Height :=ScaleY(21); TabOrder :=2; if ExpandConstant('{param:Serial}') = '' then begin if Spellkey(SearchSubKeyName(HKLM), '') = '' then Text := 'Demo' else if not (Spellkey(SearchSubKeyName(HKLM), '') = ExpandConstant('{cm:EvalSerial}')) then Text := Spellkey(SearchSubKeyName(HKLM), '') else Text := 'Demo' end else Text := ExpandConstant('{param:Serial}') end; function GetNameSerial (Param: string): String; begin Result := SearchSubKeyName(HKLM); end;