Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
8465102
Topic
699388
Board
Announcements (Altcoins)
Re: LAUNCHED [GRYF] GryfenCoin, X15, 1Tril, PoW/PoS, GryfX, Gold
by
tygarbyte
on
21/08/2014, 06:45:14 UTC
dont like msi installer ?
http://thebackroomtech.com/2007/08/23/howto-extract-files-from-a-msi-file-using-the-windows-command-line/
Code:
To extract files from a .msi file at the command line, type:
msiexec /a PathToMSIFile /qb TARGETDIR=DirectoryToExtractTo
For example, to extract files from f:\zenworks\zfdagent.msi into c:\zfd701 you would type:
msiexec /a f:\zenworks\zfdagent.msi /qb TARGETDIR=c:\zfd701
The destination directory does not need to exist prior to running this command.