cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Bert_D
Lansweeper Employee
Lansweeper Employee

Install 7zip 32/64 bit depending on target architecture.
Designed for version 9.20

PackageShare Path (32bit): "{Packageshare}\installers\7zip\7z920.msi"
PackageShare Path (64bit): "{Packageshare}\installers\7zip\7z920-x64.msi"

You can download the respective installer at the developer's website:http://www.7-zip.org/.

9 REPLIES 9
Bert_D
Lansweeper Employee
Lansweeper Employee
What version are you running ?
myaa7278
Engaged Sweeper
Hi,


i always get this error code: Result: Deployment ended: No returncode was returned. Package did not pass step #3. Stop(Failure). Credential: (test\top). Command: msiexec.exe /i "\\testgx130a\DefaultPackageShare$\installers\7zip\7z920-x64.msi" /norestart /qn


It stops at step 3 all the time. Wheres the error? Iam perplexed 🙂
Bert_D
Lansweeper Employee
Lansweeper Employee
haran
Engaged Sweeper II
Hi
i try to deploy the Google chrome but i am getting below errror, any one can help me to deploy this?

Result: Deployment ended: No returncode was returned. Package did not pass step #1. Stop(Failure). Credential: (domain\test). Command: msiexec.exe /i "\\lansweeper\DefaultPackageShare$\Installers\Software\chorme.msi" /norestart /qn
Diego_Tomazzoni
Engaged Sweeper III
Very helpful, worked fine! tks!
boupjof
Engaged Sweeper III
Is use this bat file to associate 7-zip to extentions.

@Echo off
Set "cmpn=7z#0 arj#4 bz2#2 bzip2#2 cab#7 cpio#12 deb#11 dmg#17 fat#21 gz#14 gzip#14 hfs#18 iso#8 lha#6 lzh#6 lzma#16 ntfs#22 rar#3 rpm#10 split#9 swm#15 tar#13 taz#5 tbz#2 tbz2#2 tgz#14 tpz#14 vhd#20 wim#15 xar#19 xz#23 z#5 zip#1"
For %%I In (%cmpn%) Do For /F "tokens=1* Delims=#" %%a In ("%%I") Do Call :ass_set %%a %%b
Exit
:ass_set
reg add "HKCR\.%1" /ve /t REG_SZ /d "7-Zip.%1" /f>Nul
reg add "HKCR\7-Zip.%1" /ve /t REG_SZ /d "%1 Archive" /f>Nul
reg add "HKCR\7-Zip.%1\DefaultIcon" /ve /t REG_SZ /d "%PROGRAMFILES%\7-Zip\7z.dll,%2" /f>Nul
reg add "HKCR\7-Zip.%1\shell" /ve /t REG_SZ /d "" /f>Nul
reg add "HKCR\7-Zip.%1\shell\open" /ve /t REG_SZ /d "" /f>Nul
reg add "HKCR\7-Zip.%1\shell\open\command" /ve /t REG_SZ /d "\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /f>Nul
GoTo :EOF
Bert_D
Lansweeper Employee
Lansweeper Employee
If i remember correctly, you can use the 'assoc' command in windows.
So if you want to restore the .zip extension back to normal, you would use the following command.

"assoc .zip=CompressedFolder"

Making a command step out of this should work
path = assoc
Parameters = .zip=CompressedFolder
amarosi1
Engaged Sweeper
How about a way to make it the default program for everything but .zip after install?
Ozanay
Engaged Sweeper
Works perfect,
thank you.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now