yogurt Posted October 31, 2012 Posted October 31, 2012 (edited) What path of a mounted WiM image can I find silent installers integrated by Win Toolkit?EDIT : :doh: I found them. I was looking for the installers on the mounted image when I should have been looking in C:\Win7DVD\Appsjust one question, can Win Toolkit parse file names with spaces in them? Edited October 31, 2012 by dotfusion Quote
bphlpt Posted October 31, 2012 Posted October 31, 2012 All apps should be coded in such a way to allow spaces in both name and path, and I think Win Toolkit is coded correctly. But even if an app is coded in such a way, there is always the chance that an external app or function will be called that is poorly coded that does not handle spaces correctly, so why ask for trouble if you can avoid it? Even if Win Toolkit can handle spaces, to avoid a possible source of error, if you have control of it, you should always be sure neither the file name nor path have spaces in them, and the path and name should be as short as practically possible.Cheers and Regards Quote
yogurt Posted October 31, 2012 Author Posted October 31, 2012 (edited) @bphlptI think i'll stay on the safe side of things and continue to use underscores in my path and name conventions for Win Toolkit et all. Thanks again. Edited November 7, 2012 by dotfusion Quote
Legolash2o Posted October 31, 2012 Posted October 31, 2012 They should already have underscores in the filepath... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.