help needed on hot fix ..
hi
i am pacakging hot fix and installation,uninstallation is not a problem but cant create logging. used commend line is Windows6.xxxxxxx86.msu //quiet //norestart /log "%temp%\c\hotfix.log" ? works fine but no logging. can anyone tell me how i can enable logging? searched /? it displays /log <file name>. tried that way too but no luck.
appreaciate responses thanks
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
Badger
10 years ago
Posted by:
anonymous_9363
10 years ago
If the log isn't appearing during a command line installation, then you almost certainly have an issue with your command string. If however it's failing during installtion using a deployment system, e.g. SCCM, then you should know that these systems almost always use the local System account which means that %TEMP% effectively points to nowhere. Use %SystemRoot%\TEMP instead.
Posted by:
rock_star
10 years ago
You are using wrong syntax:
Just to work on that ans you should have log created for msu.
wusa.exe msufile(complete path) /quiet /norestart /log c:\temp.. (if there is some space in location use quotes)
Just to work on that ans you should have log created for msu.
wusa.exe msufile(complete path) /quiet /norestart /log c:\temp.. (if there is some space in location use quotes)
Windows6.xxxxxxx86.msu //quiet //norestart /log "%temp%\c\hotfix.log" - See more at: http://www.itninja.com/question/help-needed-on-hot-fix#sthash.EdZIH5eR.dpuf
Windows6.xxxxxxx86.msu //quiet //norestart /log "%temp%\c\hotfix.log" - See more at: http://www.itninja.com/question/help-needed-on-hot-fix#sthash.EdZIH5eR.dpuf
Comments:
-
yes it creates a log file. but its blank log file...... - swap20june 10 years ago
-
Not sure why its like that . Do check if there is some issue with that msu . Can you let us know the exact name . - rock_star 10 years ago
-
Windows6.1-KB2667241-v3-x86.msu AND Windows6.1-KB2667241-v3-x64.msu. The command supports for logging but creates log which is not in english launguage. - swap20june 10 years ago