View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002335 | SpeedFan | Installation | public | 2014-12-05 22:51 | 2015-01-30 01:35 |
Reporter | jjurkus | Assigned To | alfredo | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | PC | OS | Windows 7 x64 | OS Version | SP1 |
Product Version | 4.50 | ||||
Summary | 0002335: silent uninstaller not completely silent | ||||
Description | When trying to uninstall SpeedFan silently via the /S switch, it still asks if you want to keep your configuration or not. Maybe this can also be scripted? | ||||
Steps To Reproduce | Uninstall in a script with uninstall.exe /S Even when the program has not been run it asks whether you want to delete your configuration or not. | ||||
Additional Information | I'm creating software packages to use with OPSI. Somehow the OPSI script continues to run and only the uninstall.exe is deleted. | ||||
Tags | No tags attached. | ||||
Motherboard Model | Supermicro X10SLQ | ||||
Video Card Model | |||||
|
Well, I 'fixed' this. 1. Install by hand on one computer to get the files 2. Copy files to script directory 3. In script: copy speedfan.sys to system32 or syswow64 directory 4. In script: create registry entries in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_SPEEDFAN and in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\speedfan 5. In script: create shortcuts Yay, it finally works without 'complaining' on uninstall! |
|
Slight clarification: On uninstall the script removes the registry keys and the files, nothing more. |