Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Melt.exe wixpdb "rebase" and NOT extract binaries from msi #4239

Closed
wixbot opened this issue Dec 17, 2013 · 4 comments
Closed

Melt.exe wixpdb "rebase" and NOT extract binaries from msi #4239

wixbot opened this issue Dec 17, 2013 · 4 comments
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Dec 17, 2013

Melting all of our "RTM" products takes about 35 minutes to complete. What I have found is that if I zip up this collection of goodies and stick it on the network share ONCE, I can copy it down and I was trying to re-use that melted output (out folder + out pdb) for the pyro step.
But pyro complains that it cannot find the binaries in a path in the wixpdb.

The issue here really is that I'm running Jenkins in a cluster, and each node has a workspace root with a randomized piece, thanks to the perforce plugin. Not only that, some of the "working" drives have different drive letters, further complicating the issue. This last point could be fixed by homogenizing the cluster but that's a lot of work.

For now, I'm simply melting the RTM installers every time, but this seems to be a massive waste of disk && CPU I/O. My unzipping step for all of our installers takes about 11 minutes. So the unzip process is MUCH faster.

My feature request at the end of the day is this:

Can melt simply "rebase" the wixpdb if I were to point it to an already existing melt output directory? I basically don't want to have melt re-output everything to the -x argument again. Nothing on the help syntax for 3.7 indicates a way of doing this.

I have tried omitting the -x argument but it still takes 35 minutes to do the work.

Originally opened by scubasteve

@wixbot
Copy link
Author

wixbot commented Dec 17, 2013

Fork created:
https://wix.codeplex.com/SourceControl/network/forks/stunney/feature4239

Originally posted by scubasteve

@wixbot
Copy link
Author

wixbot commented Dec 19, 2013

Either make melt use relative paths or add a switch to allow skipping the extraction portion.

Originally posted by barnson

@wixbot
Copy link
Author

wixbot commented Dec 19, 2013

I am thinking the latter option is a) fastest TTC and b) safest.

Originally posted by scubasteve

@wixbot
Copy link
Author

wixbot commented Apr 1, 2014

wixtoolset/wix3#7

Originally posted by barnson
Resolution set to implemented
Status changed from Open to Resolved

@wixbot wixbot added the feature label Dec 20, 2015
@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant