http://bugs.winehq.org/show_bug.cgi?id=11325
Summary: wpkg doesn't seem to work Product: Wine Version: CVS/GIT Platform: Other URL: http://wpkg.org/WPKG_with_Wine OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: msxml3 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
wpkg is an interesting looking unattended installation system for windows apps, said to work on wine as long as you have ie6, so I tried it without. To work around bug 5541, you have to redirect the output of cscript. Here's the recipe: rm -rf .wine winetricks vcrun6 wsh56 wget http://wpkg.org/files/stable/wpkg-0.9.10.tar.bz2 tar -xjvf wpkg-0.9.10.tar.bz2 cd wpkg-0.9.10 wine cscript wpkg.js /synchronize /debug | cat
This fails because of an msxml problem.