Packaging problem with Shipping

[link text][2]

Hi!

I’ m in trouble with the Shipping mode of the Packaging.
I’ m not able to understand what I’ m missing with the settings, but when the packaging ends, I don’ t obtain an “[ProjectName]-Win32-Shipping.exe.exe”. The final shipping-packaged project is not different from the development-packaged project, actually at the end it have been exorted as “[ProjectName].exe”.

Thank you in advance for any help!

Hi albibi52,

I see in your logs you are getting a successful build, but not with the expected “long name.” Why do you need the long name instead of the short name?

.

Thank you for your answer !

Because I had some problems running the .exe in another machine, so I’ve thought that the Shipping-Packaging didn’ t succed even if all the process seems to be correct!
So(I’m a beginner,obviously) the Shipping-Packaging don’t need necessarly the long form name?

No, but the .exe will need to be launched within the packaged folder. So you will need to send the entire folder including the .exe; If they (the end user) remove(s) the .exe from the folder, it will not work. However, they can make a shortcut from the .exe and place that on the desktop and move the folder to any directory they like.

Try this and let me know if it does not resolve your issue.

I’ve tried to run the same exe in different computer and despite some errors caused by antivirus or missing Visual Studio element, it worked pretty well!

Glad to hear it’s working… just to clarify, you include the support folder along with the .exe correct?

Yes, everytime i’ve tried to run the exe the support folder came along with it!
Thank you for your help!