Page 1 of 1

SingleFile problem

Posted: Sun Nov 22, 2015 9:43 am
by Harbring
Hi.

I'm using the latest X3 Studio. When I build the CD or DVD setup and run the executable everything is fine and the program installs. When I build the Single File setup and start it the decompressione dialog is shown, but afterwards the setup terminates without any error message. The odd thing is: When I right click on the single file setup and decompress it via explorer and I start the extracted executable everythng is fine again. So to me it seems that after decompressing my files something gets wrong starting the decompressed setup.

Here is the link to the compressed setup:

http://1drv.ms/1MvShBP


Regars, Michael

Re: SingleFile problem

Posted: Mon Nov 23, 2015 1:57 pm
by FrancescoT
Dear Michael,

for what I see is a digital signature issue with the "mscorlib" file.
signature_issue.png
signature_issue.png (176.05 KiB) Viewed 5713 times

Probably you try to install such file, instead to use the appropriate VC RTM package installer.

Regards

Re: SingleFile problem

Posted: Tue Nov 24, 2015 5:34 am
by Harbring
Hi. Could you please be more precise? I can confirm that the mscorelib is not installed separately. The certificate I use is valid until Nov. 2016. Why would a single file setup terminate and the same but extracted setup install? BTW I'm using Win10 Threshold 2

Re: SingleFile problem

Posted: Tue Nov 24, 2015 7:22 am
by FrancescoT
Dear Michael,

I didn't say that your signature it's not valid.

For what I can tell, it seems that you are applying your signature to a file which is already signed.

However without having your project, I can only suppose this!

For test purpose and to verify if the problem has a signature cause, you may try to build your package without applying any digital signature.
Then run the package to see if something changes.

Regards

Re: SingleFile problem

Posted: Tue Nov 24, 2015 9:20 am
by Harbring
http://1drv.ms/1IdwVVK

Here is the complete project. I didn't sign any file. Still won't work.

Re: SingleFile problem

Posted: Tue Nov 24, 2015 12:25 pm
by FrancescoT
Dear Michael,

the archive you posted doesn't include the complete project and consequently, I cannot compile it.

You should include each single file your project uses or alternatively, a very minimal version of it that replicates the issue.

Regards