Jump to content

Recommended Posts

Posted (edited)

That addon gives me this error:

20071130000351rj8.png

Maybe you could just make a CAB Tools for SendTo folder addon that uses the .VBS file to install. That way does work for me.

Edited by anonymous
Posted

To call VBS files I use RunPost/PreSetupCommands

RunPostSetupCommands=SectionName:1

[SectionName]
CMD /Q /C CD /D """%LDID%\%VBS_DIR%""" & CSCRIPT vbs_file.vbs

Kel since RunPostSetupCommands wont work during Windows setup I use a RegisterDLLs trick to launch my INF section and use advanced INF, example

RegisterDLLs=Launch.INF

[Launch.INF]
11,,rundll32.exe,,,"advpack.dll,LaunchINFSection %INF_FILE%,Setup"

[Setup]
RunPostSetupCommands=xxxxxxxx

  • 4 months later...
Posted

Hey mate, here's makecab.exe file from server 2008 rtm. And, you need to remove this code from entries.ini for RVMi 1.5.1:

rvmtemp\extracted\Makecab.exe
Also please remove ur sid from website link :)

MD5 of 7z file: 1BF0835D282479A4A0D00C26CF2C54AD

MD5 of exe file: 85EFC7BCBF6327B9C7FA774D374313CC

What about a peChecksum send to style addon?

Cheers

W2K8_MakeCab.7z

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...