Jump to content

autoIT .msi to .exe


maniaq

Recommended Posts

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!

Link to comment
Share on other sites


tnx for yu both,

@MXz,

Run(@SystenDir & '\msiexec /i "' & @ScriptDir & '\program.msi"')

it has to be @SystemDir......:

Run(@SystemDir & '\msiexec /i "' & @ScriptDir & '\program.msi"')

Link to comment
Share on other sites

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 commands
Path=%programfiles%\Vypress Chat
SavePath
Silent=1
Overwrite=1

nelabai risliai rasau angliskai, sorry :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...