Created
January 8, 2013 09:22
-
-
Save anabarasan/4482431 to your computer and use it in GitHub Desktop.
deployment into local setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET PATH=%PATH%;C:\Program Files\7-Zip | |
SET SILVERLIGHT_STORAGE=C:\Documents and Settings\Anbarasan\Local Settings\Application Data\Microsoft\Silverlight\is\5xgohmxj.bs4\fqkwck4v.z2m\1\s\ | |
SET TRIAL=r02acfm3cu224ca0skencbzvxwuneikcsbtfedohx0ymfkgae3aaabga\f\ | |
SET APPLICATION_ID=81f43b82c0af11df97a28d34bf5da969 | |
REM 7z x "%SILVERLIGHT_STORAGE%%TRIAL%%APPLICATION_ID%\app.zip" -o"D:\EasyEclipse\workspace\TestRuntime" -y > deploy.log | |
echo %DATE% %TIME% >deploy.log | |
7z x "%SILVERLIGHT_STORAGE%%TRIAL%%APPLICATION_ID%\app.zip" -o"D:\OrangeScape\bogzilla" -y >> deploy.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment