Posted October 31, 201212 yr 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, 201212 yr by dotfusion
October 31, 201212 yr 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
October 31, 201212 yr Author @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, 201212 yr by dotfusion
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.