how do i fix this…
what i done so far,
1.run admin to run this file,
2.install from microsft store still not fix,
3.i already extrack the file but i still confuse how to verifywith signtool…
spec
windows 11 iot latest version
1 Like
Hi @m3n3v3r .
Which version of FxSound are you trying to install?
The version number is shown in the “Details” tab of the Properties menu of any installer .exe accessible by right-clicking the downloaded file.
v1.1.26.0 was just released. You can get it at fxsound.com .
If that is not the problem, then please just wait a moment. I’ve messaged @bvijay on your behalf.
yes its new one…i tried 1.22 also same…
1 Like
This is the issue on GitHub, third case; you’ve already attempted all the suggested fixes, but it’s still worth sharing,
https://github.com/fxsound2/fxsound-app/issues/31
opened 12:42AM - 09 Dec 23 UTC
bug
**1. "Failed to enumerate objects in the container. Access is denied."
2. "Set… tings file not found!" (AppData)
3. "Source file not found!" (fxsound1.cab in AppData \ Roaming)
4. "Invalid digital signature." (fxsound1.cab in AppData \ Roaming)**
_________________________________________________
**1. Installation fails and the error "Failed to enumerate objects in the container. Access is denied." appears**
Description:
"Error Applying Security
An error occurred while applying security information to:
C: \ ProgramData \ FxSound
Failed to enumerate objects in the container. Access is denied."
Reported by:
Forum member fevglikbgjhs
https://forum.fxsound.com/t/settings-file-not-found-when-trying-to-launch-fxsound/1542/12
Possible cause(s):
Elaboration by @bvijay74:
This error means that the user account does not have any access permission to the folder C: \ProgramData\FxSound. The default settings are stored in C: \ProgramData\FxSound during installation and copied to %APPDATA%\FxSound for each user on application launch. So, the user launching the application should have permission to read settings from C: \ProgramData\FxSound.
Possible solution(s):
* Confirm if the logged-in user has permission to the required folder with the command "icacls"
* Log in with a different user account;
* Change the folder permissions;
* Uncheck Read-only under Properties > Attributes;
* Run FxSound as Administrator.
_________________________________________________
**2. Installation seems successful, but launch fails and the error "Settings file not found!" appears (AppData)**
Description:
![Settings file not found](https://github.com/fxsound2/fxsound-app/assets/151672060/3eded61f-3414-4fd5-a3ff-87a74a81c103)
Reported by:
Forum member Plide
https://forum.fxsound.com/t/settings-file-not-found-when-trying-to-launch-fxsound/1542
Possible cause(s):
The absence of permission to access the AppData folder.
Possible solution(s):
* Confirm if the logged-in user has permission to the required folder with the command "icacls"
* Change the folder permissions;
* Copy the file manually - elaboration by @bvijay74:
Check if the file FxSound.settings file is present in the %APPDATA%\FxSound directory. FxSound installation should normally create the defaults settings file in this directory. If the file is not created due to any permission issue, then you can copy FxSound.settings from %PROGRAMDATA%\FxSound to %APPDATA%\FxSound.
* Run FxSound as Administrator - elaboration by @bvijay74:
If the FxSound.settings file is not present in %APPDATA%\FxSound, then upon FxSound launch the file gets created. User will get the error only if FxSound does not have the permission to create the file. So, running FxSound as an Administrator is another option to overcome the issue. Subsequent launches can be as standard user, but the settings changes will not get saved. Application launch error can be avoided this way and this does not require any manual changes to the settings file.
* Tutorial for fixing the "Settings file not found!" error on Windows 11 by forum member justinfoHowto:
https://www.youtube.com/watch?si=iUpOVhBwpGPK7iFX
_________________________________________________
**3. Installation fails and the error "Source file not found!" appears (fxsound1.cab in AppData \ Roaming)**
Description:
![Source file not found](https://github.com/fxsound2/fxsound-app/assets/151672060/e9c14a0c-b3a8-438f-9166-4d26dce4d05a)
Reported by:
Forum members JaspaR,
https://forum.fxsound.com/t/cant-install-source-file-not-found-fxsound1-cab-in-roamingappdata/896
LolplayerYT
https://forum.fxsound.com/t/it-says-that-i-need-to-verify-the-files-but-i-dont-know-how-to-fix-it/2412
Possible cause(s):
Usually on old versions of Windows (7, XP) with outdated root certificates. If the root certificates are out of date, then there may be problems checking the valid digital signatures of files.
Possible solution(s):
* Update certificates or system;
* Install from the [Microsoft Store](https://apps.microsoft.com/store/detail/fxsound/XP8JK4TBQ03LZ4);
* Solution shared by @bvijay74:
Extract the installer by running fxsound_setup.exe /extract
Once the files are extracted, you can verify the cab file signature by running
signtool verify /pa fxsound1.cab
Then run fxsound.x64.msi on 64 bit systems or fxsound.msi on 32 bit systems, to install FxSound.
_________________________________________________
**4. Installation fails and the error "Invalid digital signature." appears (fxsound1.cab in AppData \ Roaming)**
Description:
"A file that is required cannot be installed because the cabinet file [...]fxsound1.cab has an invalid digital signature. This may indicate that the cabinet file is corrupt."
![Invalid digital signature](https://github.com/fxsound2/fxsound-app/assets/151672060/22dee529-ece0-4f6d-ad6f-6945d78a0514)
Reported by:
Forum members Zipper,
https://forum.fxsound.com/t/corrupt-cab/1613
Ayman,
https://forum.fxsound.com/t/error-when-installing-on-windows-7-x86/1923
salvofogliani
https://forum.fxsound.com/t/installation-problem/1915
Possible cause(s):
Usually on old versions of Windows (7, XP) with outdated root certificates. If the root certificates are out of date, then there may be problems checking the valid digital signatures of files.
Possible solution(s):
* Update certificates or system;
* Install from the [Microsoft Store](https://apps.microsoft.com/store/detail/fxsound/XP8JK4TBQ03LZ4);
* Solution shared by @bvijay74:
Extract the installer by running fxsound_setup.exe /extract
Once the files are extracted, you can verify the cab file signature by running
signtool verify /pa fxsound1.cab
Then run fxsound.x64.msi on 64 bit systems or fxsound.msi on 32 bit systems, to install FxSound.
bvijay
August 21, 2024, 7:03am
6
Hi @m3n3v3r
Sorry for the delay in my reply.
To verify the cab file signature, you can install Windows SDK to get signtool and then run the command signtool verify /v /pa fxsound1.cab
You can extract the installer components in fxsound_setup.exe by running fxsound_setup.exe /extract
This will extract the files
fxsound.x64.msi
fxsound.msi
fxsound1.cab
The file properties tab “Digital Signatures” can also be used to confirm the signing,
If you are facing issues when installing through fxsound_setup.exe, you can run fxsound.x64.msi to install FxSound on 64-bit Windows. If there is any error which prompts you to find fxsound1.cab, you can select the fxsound1.cab that you have extracted.
1 Like
Dear @bvijay
I can’t update the new version of FXSound + can’t delete current one.
I followed your topic to extract this file: fxsound.x64,msi, but I couldn’t find the extract option.
could you tell me exactly how to extract this file name (fxsound.x64,msi) from install app name (FXsound_setup.exe) because I can’t find this option?
TwenTeen
1 Like
raddy
September 19, 2024, 11:04am
8
TwenTeen:
can’t delete current one.
Which version do you use?
2 Likes
bvijay
September 20, 2024, 3:48am
9
Hi @TwenTeen ,
Please make sure you are running fxsound_setup.exe /extract
command from admin command prompt.
The files will be extracted in the same folder from where you run the command.
You can run fxsound_setup.exe /help
to see the supported options.
1 Like