Classic Shell http://www.classicshell.net/forum/ |
|
ADDLOCAL Issue? http://www.classicshell.net/forum/viewtopic.php?f=12&t=4627 |
Page 1 of 1 |
Author: | rtruss [ Fri May 15, 2015 11:30 am ] |
Post subject: | ADDLOCAL Issue? |
while new to classicshell I am not new to windows installer which is why the post. I am trying to silently install the start menu and explorer options only like this; ClassicShellSetup_4_2_1.exe /quiet /norestart ADDLOCAL=ClassicExplorer,ClassicStartMenu /l*v C:\temp\cshellall.log when I do msiexec pops it help window. When I do it like this it works fine; ClassicShellSetup_4_2_1.exe /quiet /norestart ADDLOCAL=All /l*v C:\temp\cshellall.log Will I have to do it like this? ClassicShellSetup_4_2_1.exe /quiet /norestart ADDLOCAL=ClassicStartMenu /l*v C:\temp\cshellmenulog and then ClassicShellSetup_4_2_1.exe /quiet /norestart ADDLOCAL=ClassicExplorer /l*v C:\temp\cshellexp.log no biggie as it works just counter productive and quite frankly strange. I should mention I do not want to do the All option if it includes the IE9 shell app. |
Author: | Ivo [ Sat May 16, 2015 8:02 am ] |
Post subject: | Re: ADDLOCAL Issue? |
What version of Windows do you have? |
Author: | rtruss [ Mon May 18, 2015 5:31 am ] |
Post subject: | Re: ADDLOCAL Issue? |
Windows 7 enterprise x64 and WIN8 Enterprise x64 |
Author: | Ivo [ Mon May 18, 2015 7:05 am ] |
Post subject: | Re: ADDLOCAL Issue? |
Hm, your exact command line worked for me on Windows 7 Ultimate. Make sure you run the command from an admin prompt. |
Author: | rtruss [ Mon May 18, 2015 7:08 am ] |
Post subject: | Re: ADDLOCAL Issue? |
this one worked? ClassicShellSetup_4_2_1.exe /quiet /norestart ADDLOCAL=ClassicExplorer,ClassicStartMenu /l*v C:\temp\cshellall.log I know about the admin window, this is what I do here. Will try again though. Thanks for checking. |
Author: | Gaurav [ Mon May 18, 2015 8:58 am ] |
Post subject: | Re: ADDLOCAL Issue? |
Yes, that exact command worked for me too. The C:\temp folder exists right and is writable? |
Author: | rtruss [ Mon May 18, 2015 9:36 am ] |
Post subject: | Re: ADDLOCAL Issue? |
same issue when not using log files but yes. We decided to only use the Start Menu portion so issue is now moot. thanks to all who have taken a look though. |
Author: | Gaurav [ Mon May 18, 2015 9:46 am ] |
Post subject: | Re: ADDLOCAL Issue? |
Strange really. If you are able to reproduce it later, please report how. Btw you are putting the path to the installer in double quotes, right? e.g. "C:\Downloads\ClassicShellSetup_4_2_1RTM.exe" /norestart ADDLOCAL=ClassicExplorer,ClassicStartMenu |
Author: | rtruss [ Mon May 18, 2015 10:07 am ] |
Post subject: | Re: ADDLOCAL Issue? |
no, that makes no difference either way. now the big question to all of you is this. Are you using a CMD window (old school) or a powershell admin window? we use powershell via sccm 2012 to do this type of work. |
Author: | Ivo [ Mon May 18, 2015 11:01 am ] |
Post subject: | Re: ADDLOCAL Issue? |
I am using an admin cmd window, not powershell. Maybe powershell gets tripped by the comma or something. You can use a tool like Process Explorer to examine the command line actually passed to the installer EXE and verify if it has been altered. |
Page 1 of 1 | All times are UTC - 8 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |