Signing exe files

Does anyone add a (company) signature to their Cap4 produced exe files? We try to sign all our executables and had no problems with Cap3 but are now having problems. The signed exe doesn't run, error screen shots attached below.
Some details... I'm using the aggregator to publish the .exe. All the swf files within the aggregator are swf files published with Flash Player 9. The exe runs fine before the signature.
Here is some information on how we sign the files:
We use signtool.exe to digitally sign files. This is a program distributed by Microsoft, here is a link to the documentation:
http://msdn.microsoft.com/en-us/library/8s9b9yaz(VS.80).aspx
We also tried to sign the file using InstallShield 2008. This program signs all of our installs (exe files). We have never had any problems up to this point with any signed files.
Thanks,
Janet

Hi there
From past experience the $ is not a valide integer error results when a .EXE attempts to open a SWF and the EXE cannot locate the SWF.
Hopefully that information may help guide you in where to look.
This one is new for Aggregator EXE files. I've not seen it reported before. You should probably file a bug report to Adobe about it.
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • Adobe Flash Projector EXE files signed with Authenticode digital signatures do not launch and run.

    I am failing to digitally sign Adobe Flash projector exe files.
    Adobe Flash Projector EXE files signed with Authenticode digital signatures do not launch and run successfully.
    It is not currently possible to directly sign a Flash Projector EXE file. Doing so is causing the projector to fail to launch or run.
    What is the way to do it without involving 3rd party tool

    I searched for this in our bug database, but the only bug I found was reported (and deferred) back in 2008.  Other than using 3rd party tools, it doesn't look like this is possible.  I'd recommend opening a new bug report on this over at bugbase.adobe.com.  Please post back with the URL or bug number so others can vote and add their comments.
    Thanks,
    Chris

  • Can't open important file dropped my mistake in exe file from Firefox to supress Kasperksy

    Hello and thanks for replying! Here are more details on this problem:
    I saw two new exe files in my USB that seem to be related to a Firefox request yesterday which was to disable a Kaspersky option of some kind until Firefox could resolve the incompatibility. I OK'd it. TodayI was moving a file that contains three years of my research and it got dropped into one of these exe files by mistake and I now I cannot access it, copy it move it, or undo the prior move. The file that has trapped my research file is named 36f5e0470ef12f4ccf8016fOdcOf59 . I tried unlocking it, but could not access my file inside. All the unlocking seemed to do was change the name of the file. The files inside, along with my research file, are named: mrt.exe , mrttub.exe , and shutdown.req (this last also has dollar signs in the title which I'm afraid I cannot duplicate on my French keyboard.
    I ran a virus check on both the interior file (my research file) and the exterior file (the former exe file) and at least can see that the names of my files come up in the search, so the interior file does not seem empty. There were no viruses found in either the exterior or interior file. I have not unplugged by USB yet and am not sure what to try next. My operating system is Windows XP 2002 in case that helps.
    I have contacted Kaspersky as well but am not sure if these files were generated from them, from Firefox, or if it is malware. Thank you very much for your help. This would be a very great loss to me and any suggestions you might have would be most appreciated!
    Reards,
    Elizabeth

    Hello!
    And thank you so much for answering!
    These file names look similar to what is there for sure. But I don't think I want to delete them at this point. The problem is that I was moving a large file full of documents I use (about 100 files) that and that entire file dropped by mistake into this .exe file. Now hundreds of my files are trapped there and I can't seem to access or copy them. I would be afraid to delete the .exe file as I think it would probably delete my 100 documents along with it.
    I guess what I need to know is how to open an .exe files in a way that lets me retrieve my document. Maybe I could do something that would give me the right to access it? Right now it is read only, and it does not seem to let me change the status, or to open my file sitting inside it.
    It is like a dog who ate my supper!
    Thanks again for your help!
    Elizabeth

  • Win 8.1 - where do I download Printer .exe file

    I just purchased CreatePDF upgrade specifically for Print to PDF feature and there's no download file.
    Can you pls send working link or cancel my invoice?

    Hi,
    Thank you for your upgrade to PDF Pack.
    To convert your files to PDF files using PDF Pack below are the steps:
    Using Web UI
    Log into https://createpdf.acrobat.com/signin.html with your Adobe ID and password
    Select “Convert to PDF”
    Click “Select Files” button then choose your file Click “Download” button in the progress bar after completion of the process to download the PDF file to your computer.
    Using Adobe Reader:
    Launch Adobe Reader X or Reader XI
    Select “Tools” and click “Sign In” link to sign in with your Adobe ID and password
    Select “Create PDF” then click “Select File” button
    Click “Convert” after select your file
    Click “Download Converted File” link to download the file to your computer after the process is completed.
    Using Adobe CreatePDF Desktop printer:
    To install Adobe CreatePDF Desktop Printer
    Log into https://createpdf.acrobat.com/signin.html with your Adobe ID and password
    Select “Convert to PDF” tool from right pane
    Click “Download CreatePDF Desktop Tool” link
    Click “Download Installer” button
    Click “AdobeCreatePDFDesktopPrinterSetup.exe” file
    During the installation , you need to enter your Adobe ID and password
    Note: If your Windows is Win 7 SP1 you may need a hotfix to update inetpp.dll file and please see more information at
    http://helpx.adobe.com/acrobat-com/kb/createpdf-desktop-printer-windows-7.html
    If you have any trouble with install this printer please see http://forums.adobe.com/message/5989811#5989811
    Note: All your converted PDF files or exported files will be stored at Acrobat.com
    Log into https://files.acrobat.com with your Adobe ID and password
    Select PDF file(s) that you want to download
    Click "Download" icon at top tool bar
    Hisami

  • Converting .java to .exe files  to run those without runtime environment

    i want to convert my java code to a windows application file so that when ever i have to take it to some place for description, i would not require to install java run time environment. and can show up the working of the code with the help of it..................

    Converting a Java application into an exe file
    This question is sometimes asked many times on a single day in the comp.lang.java.* newsgroups, and I always end up asking the same question: why do you want to? Most answers fall into one of four categories, and each prompts a different course of action. Most of the time, an exe file isn't actually required.
    Reason 1: Speed
    "Java is interpreted, so I want to make it native and make it faster." Well, very few modern desktop VMs actually spend much time interpreting Java bytecodes these days. Everyone and their dog has a JIT (Just In Time) compiler which will compile your code into native form before running it. Smart VMs will do this only when appropriate (ie if the code is going to be run more than once, or contains loops etc), and may recompile the code on the fly if the conditions change (eg if a subclass is loaded which invalidates some inlining optimisations, or if the code is run very frequently and therefore merits more aggressive optimisations). The bottom line is that for most applications, Java running on a VM is pretty fast these days. It's usually pretty close to the speed of a natively compiled and similar C/C++ application - certainly I've seen changing compiler (or compiler options) for C/C++ make more difference to speed than going between Java running on a VM and natively compiled Java.
    There are some situations where the speed difference is significant. If you're really desperate for that extra bit of performance, try evaluating one of the native compilers listed here with your particular application. Make sure you write some real benchmarks though - vague notions of "feeling faster" may well be down to preconceptions.
    Remember, too, that as new VMs come out, they tend to improve performance. That means that to get the best out of your application if it's running on a VM, the user only needs to download a later VM - no action is needed on your part. If they're using your natively compiled code, you'll probably need to recompile on a later version of the native compiler, if one is available.
    Reason 2: Being able to open an application by double-clicking on it
    If you can ask the user to install a JRE first, executable jar files are the way to go here. They're very simple to set up and use, and it won't cost you any money. See "Jar" in the Java Glossary for further information on how to create an executable jar file.
    Reason 3: Not having to distribute a jar file and the JRE
    Well, in some form or other, your users will need a runtime environment. Some native code compilers even require you to have a JRE installed as well! Chances are you're not going to be able to create a much smaller download, if that's the worry. However, there are other options here which make it easy to install your application. There's Java Web Start which also includes automatic upgrading of your software, but which will impose some restrictions (a bit like an applet, but slightly less restrictive) unless you sign your application. Alternatively, there are quite a few installers available, some of which are free (or free for personal use). See Installer in the Java Glossary for a list of some of them.
    Reason 4: Intellectual property protection
    Java byte-code can be decompiled pretty easily, and even obfuscators can only do so much. Here, native compilers really do make a difference. Obviously they won't make your code totally impossible to understand, but it'll be very difficult to get back to Java sources which could be modified and recompiled. The only further question to ask at this stage is whether the downsides of native compilation (eg it being a less-well-used (and therefore likely to be less solid) platform, being expensive etc) are worth the upside of the added protection. In some cases the answer will be yes, in some cases the answer will be no.
    What next?
    If, after reading through the above, you still want to try a native compiler, you can usually evaluate them before buying them. (Some are free, of course.) There's a list on Marco Schmidt's web-site, along with another view of the pros and cons.
    I go the above article in : http://www.yoda.arachsys.com/java/javaexe.html

  • How to place exe file entries in JNLP

    I want the client to get the exe file while downloading using the jnlp file. my code use the exe file. so what will be the correct entry in the jnlp file. I have used many options but while downloading it gives the "CORRUPT JAR FILE " message.
    Please suggest

    Java WebStart is not a general purpose installer for random software. It is a deployment and update mechanism for Java software.
    You can only download JAR files through Java WebStart. If you really want to distribute an exe (there are probably better ways than JWS, though), you could wrap it in a JAR file and write a Java program that puts it in the right place on the client machine and starts it.
    Please note that you need to sign the jars and request full permissions for this to happen.

  • BlackBerry : How to OTA Install my RIM signed .cod file on the handset ?

    Blackberry :
    I am using phone book access in my project.
    I created the .cod file using rapc and signed it online using signatureTool and RIM provided key.
    I am able to install this RIM signed .cod file of my project to the handset BlackBerry 7100G using usb cable and .alx file
    with Desktop Manager. It works perfect.
    I have already set the mime type for .cod on my server.And put the signed .cod, .jar and .jad files. With my wap page having
    link to the jad file.
    When I open this wap page from my Black Berry 7100G Browser and clik on the link, I see the details of my application. Then I
    press download, it starts the download but then gives error in JAD.
    For the project version without PIM, where no signature is required I am able to download it OTA on the handset using the
    .jad & .jar file only.
    Issues that I feel are creating this problem.(I am using JDE 4.0.2)
    1) RAPC.exe added RIM specific attributes to jad file that shows project.cod & project-1.cod with different byte sizes and
    different SHA-1 codes.
    But in the bin directory, after runing rapc over the jad & jar file I get only project.cod with size almost same as the
    sum of project.cod & project-1.cod and project-1.cod is not found.
    2) RAPC adds the SHA-1 code & byte size to jad file. But when I use SigntureTool to sign the .cod file its size is changed
    but the jad file is not updated by it.
    Thank you,
    Amitabh

    Since my last post I have been discussing this issue with commercial application developers and have been experimenting with various applications.
    Firstly, let's make the JAR/JAD situation absolutely clear. Some, but not all, applications unquestionably require the JAD file as a part of the installation process. If the application is a "signed" application then the security authorisation is contained within the JAD file, not the JAR file. The JAD file is created from the JAR file and contains security verification information that is separate from the JAR file and which enables the application to signed as kosher.
    The Nokia PC Suite Application Installer does not need to show you the JAD file. The JAR file is sufficient. If you install the application from a folder on your PC that contains both the matching JAR and JAD files then Application Installer will correctly install the application from both the JAR and JAD files. If the folder ONLY contains the JAR file then it will only install from the JAR file. I have proved this.
    So, if you cannot get the application to work then the reason is not the installation process. The reason is far more likely to be that you are trying to install the application on a branded handset rather than on a standard Nokia handset. Some service providers heavily modify the base standard software that Nokia installs on its vanilla handsets and these modifications may well include changes to security authorisation rules that will prevent many applications working on handsets that they sell.
    I am in dispute with one such as we speak. I will not name them right now but if I am unable to achieve a satisfactory outcome then be assured I will let EVERYONE know. Thank God for YouTube.

  • Providing downloadable .exe file for clients

    Currently, we have an application that is hosted on a VM in azure, and we provide a download for an executable file that is signed by our code-signing certificate and then a link is provided to users.  The .exe file is in a Download folder found on
    the Server within the File system where the web application is stored.
    We need to move this application to a Web Role and would like to know how to provide the executable file to clients when we change our application to a web role.  I'm not sure which way is the best way to provide this.  Any help would be appreciated.

    You could create an Azure storage account and container, then upload the your .exe file as a blob to the container. Your web application could then provide your users with a link to download the file like this:
    https://yourstorageaccount.blob.core.windows.net/yourcontainer/app12234.exe  
    -Robert

  • Error while running sawserver.exe file

    Hi All ,
    I installed OBIEE 11.1.5 in my machine and Database is in different machine (For RCU) .OBIEE reports are working fine but, I tried to run sawserver.exe file to register new instanceconfig file to implement multiple rpds and Catalogs in OBIEE 11G by referring the below link.
    http://rnm1978.wordpress.com/2009/08/25/multiple-rpds-on-one-server-part-2-presentation-services/
    Command that I used is : sawserver.exe -c D:\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfigdemo.xml
    Am getting the Error : the procedure entry point long jmp count not be located in the dynamic link library orauts.dll
    Thanks in Advance .

    Hi,
    How can i do it in OBIEE 11G? Any help will be grateful
    Regards,
    Joni

  • Can not see cFP-2220 after creating an exe file

    I am using a cFP-2220 with LabView 2011. I can see the cFP-2220 with Max, the program I created runs in my PC but the data from the cFP-2220 it is slow to up date.
    I access the cFP-2220 thru the network terminal and a net card in my PC.
    I have created an EXE file to run in the PC for that test stand as a stand along program. The program runs but it does not see the cFP-2220 or any of the data been collected. The test stand PC does have MAX install. When I run MAX in the stand PC it sees the cFP-2220 and can read the data from the modules the PC is wire to the cFP-2220 thru a net card.

    Sorry for the delay to respond... I do have installed the minimun files that are available  Field Piont 6.0.10 and LabView RT 11 is part of them.
    I also using share variables. The program VI runs fine in my PC but when I create the exe file and deploy on the test stand it asks fot the location of the FPLV,dll and the NI_TGT.dll and it can not read or write to any of the DAQmx vi's.
    I accidently remove one my FP-SG-140 from the list of inputs, I did put it back but I damage how the share variables weere working I am getting and error -1950679023 and it does not see any of my inputs.
    I have another question how do I down load the variables to the cFP-2220 that is another erros that shows up when I installed other files into the cFP.

  • Download stops/stuck at 99%...only .exe files

    whenever (from last 2 years) i try to download an binay file .exe file...the download never compeletes....it stops at 99 %...in this way i cannot update my adobe flash player or mozilla firefox....i have no antivirus... firewall turned offf.....i tried everything....i reinstalled windows about 5 times in last two years but the problem is same.....if you cannot help me then upload the latest flash player(full 16 or 17 mb i think) as a rar file on any site and send link but help me in solving my problem...
    two pictures uploaded...the difference between both is the time difference of 2 minutes

    It's quite clearly trying to run some sort of security scan on the downloaded file and something is broken so it's waiting forever for it to finish.
    You can still get to the exe file, right click the download and browse to the folder it's downloading to. Make sure you can see hidden files and also do not have known file extensions hidden (every Windows user should know how to set this) you should see the file you're downloading in there and another file with the same name but with .part on the end. Right click this "part" file and select copy, paste it somewhere else (temp folder) and rename it to what it's supposed to be. Then you should be able to run it.
    Alternatively, you can also use another browser to download the same file. Right click the download in Firefox and select "Copy Download Link". Then paste this link into another browser and let that download it.
    There's probably something in about:config you can change to prevent the security scan from running ( browser.download.manager.alertOnEXEOpen may be worth a try ). My guess is that some antivirus program you had installed in the past inserted something into Firefox that it didn't bother to remove when the AV software was uninstalled. This kind of thing also used to break Microsoft Office as well.

  • Creating a link on exported exe files

    I have 9 separate projects I need to burn to a CD. I have
    created an html menu. I am exporting each of the 9 projects as
    stand alone exe files, each one automatically opening the next one.
    But at any given time I would like the viewer to be able to exit to
    the main menu. Should I just put a button linking to the main menu
    on every single screen of a single project, to allow the user to
    exit to the menu if they want?
    FYI, I had initially created the 9 projects as html files,
    linking to one another. I posted a message about that earlier. But
    I am running into browser issues and don't want to run that risk
    with the completed CD. Help! :)

    Hello Captiv8r and others,
    This thread is pretty interesting. I have been struggling
    with creating a project using Captivate 3 that will
    reside fully on a CD. I am looking at maybe three workflows
    for this, one using exe files, one using swf files and an html page
    which serves as a "menu page" (the Captivate Menu builder just does
    not have enough options, in terms
    of graphic display, buttons, etc.), and the last one (which
    is the hardest), using some sort of Flash container, a Flash
    loader, and some menu buttons built in Flash, that call up
    Captivate created swf files, etc. So far we have not had to track
    state. I am trying to develop a training course on MS Excel, and am
    using audio and Captivate for screen shots, mouse movements, etc.
    After all the BS above, I do have a question. Is there a
    reason to publish to an exe file in Captivate? Or what is the
    reason(s) to publish a Captivate project to an exe file in the
    first place. I have searched around for the answer on this, but
    have found no good answer on this. Perhaps those of you more "sage"
    Captivate users can provide some insight.
    Thanks again for a very helpful forum,
    eholz1

  • Cannot delete exe files - The action can't be completed because the file is open in Windows Explorer

    We have received 3 new computers with Windows 8.1. All of us 3 have the same problem: we cannot delete exe files with message "The action can't be completed because the file is open in Windows Explorer"
    For example, I download skypeinstall.exe on desktop, install the program correctly and then try to delete the file: file is in use by Windows Explorer, cannot be delete.
    We reboot computer, we are able to delete the file. But, if I restore the file from the recycle bin on the desktop, I cannot delete it again until I reboot the PC. I used ProcessExplorer to see what is locking it and I can see 5 instances of explorer.exe
    locking the file.
    I can always reproduce the same way:
    1-Reboot
    2-Delete exe file
    3-Restore file
    4-Delete stop working and 5 explorer.exe handle are locking it.
    I have tried the following so far after reading multiple threads:
    - De-activating Windows Search service
    - Activating User Experience service
    - Deleting from command prompt (no success)
    - In folder options: inactivate display icon on thumbnail and activate always display icons, never thumbnail
    - Changing folder view (contents, detail, small icons...)
    - Using Lock Hunter - not working until reboot
    None of these worked.
    We all have Windows 8.1 with Crucial SSD drive, could the problem be linked with the SSD drive incompatibility?
    Any help would be appreciated.

    Hi,
    Please try to make a clean boot for your system, then check if this problem resolved.
    Clean Boot: http://support.microsoft.com/kb/929135
    If problem persists, try to open Resource Monitor to check handle of Explorer.exe, if there any exception, end them for test.
    Roger Lu
    TechNet Community Support

  • Reg : Executing .exe file from application server

    Dear Experts,
                        i have a requirement to execute an .exe file from application server,i tried with method CL_GUI_FRONTEND_SERVICES=>EXECUTE but it executes .exe file from presentation server only.can
    anyone kindly clarify to execute .exe file from application server?
    Thanks in advance,
    Sujay

    Hi,
    Did you search before posting?
    Re: Execute a .exe file present in the Application Server
    Vikranth

  • Old version Source code to .exe file conversion

    I have a programming GUI source code (written in an older version of LabVIEW). Can it be supported by LABview Evaluation version 10.0.1 and be converted to an .exe file. How can I convert and use source code file for  programming? What do I need to convert and how?
    I'm new to LABview. Please help!!

    2010 can open VIs written in LabVIEW 6.0 or newer. Just double click on the top level VI. You will also need to install any hardware drivers (i.e. GPIB, DAQ, etc) that the old program used.
    With the evaluation version, you can create an exe but it will have a watermark on the front panel.

Maybe you are looking for

  • Out of pure curiosity : is it possible to use a SQL function in a DSV?

    Hi all :) out of pure curiosity, I asked myself about this : is it possible using a function in a named query for exemple? This is why I would know that : there is a difficult function in the database. I don't want to make a view to use it and to hav

  • OIM & Portal

    Hi to All, I have integrated OIM with Oracle LDAP by OID connector.Now I try to achieve that after creating a user account A through OIM admin console,user A can login through OraclePortal,What issues should i do to implement it? Need ur help,thanks

  • After insert trigger issue

    Hi All, Can I have an after insert trigger on a table wherein the execution is also on the same table? It's like 10 columns in the table A. During a new row insertion, except one specific column(say 'J'), remaining all getting data. Now 'after insert

  • Problem with grep

    Broken: boogie:~> pacman -Q | grep grep grep 2.5.3-2 boogie:~> echo j | grep "[A-Z]" j boogie:~> Not broken: froggie:~> pacman -Q | grep grep grep 2.5.1a-2 froggie:~> echo j | grep "[A-Z]" froggie:~>

  • Can Mavericks become corrupt due to overheating?

    This is a pretty oddball question, I understand, but I am just hoping someone can shed some light. In the past few days I have had OSX 10.9.2 become what I believe is corrupt. It gets stuck on the white apple logo screen during boot. The mouse can be