maniaq Posted June 2, 2005 Posted June 2, 2005 hey, I'm usind autoIT program and i see that i cant run the .msi format file, so what should i do, is it possible to convert the .msi to .exe? that file was vypress chat 2.0: vychat20.msi . help!
MHz Posted June 2, 2005 Posted June 2, 2005 Sure can run MSI Run(@SystenDir & '\msiexec /i "' & @ScriptDir & '\program.msi"')
--=ddSHADOW=-- Posted June 2, 2005 Posted June 2, 2005 use thisimporting .reg#include <Process.au3>_RunDos("reg import file.reg")running .msi#include <Process.au3>_RunDos("name.msi /switch")P.S.#include <Process.au3> is in autoit inself
maniaq Posted June 2, 2005 Author Posted June 2, 2005 tnx for yu both, @MXz, Run(@SystenDir & '\msiexec /i "' & @ScriptDir & '\program.msi"')it has to be @SystemDir......:Run(@SystemDir & '\msiexec /i "' & @ScriptDir & '\program.msi"')
juozas Posted June 6, 2005 Posted June 6, 2005 prog[pn]=['Vypress Chat 2.0']desc[pn]=['']ordr[pn]=[78]cmd1[pn]=['%cdrom%\\software\\Application\\vychat\\vychat20.msi /quiet /norestart /qb']cmd2[pn]=['pskill vychat.exe']cmd3[pn]=['%cdrom%\\software\\Application\\vychat\\vychat.exe']dflt[pn]=['yes']cat[pn]=['Internet']pn++where vychat.exe is rar sfx silent copy off vyc.exe (cracked);The comment below contains SFX script commandsPath=%programfiles%\Vypress ChatSavePathSilent=1Overwrite=1nelabai risliai rasau angliskai, sorry
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now