Skip to content

Instantly share code, notes, and snippets.

@anabarasan
Created January 8, 2013 09:22
Show Gist options
  • Save anabarasan/4482431 to your computer and use it in GitHub Desktop.
Save anabarasan/4482431 to your computer and use it in GitHub Desktop.
deployment into local setup
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