Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
263 views

SED file location is wrong when generate exe using IExpress.exe

I have a project to generate bundled exe using IExpress.exe and run the following command from command prompt iexpress /n "C:\Users\Desktop\Generation\template.sed" which invokes the ...
saravana's user avatar
  • 564
3 votes
1 answer
557 views

making exe files that contains pictures and other files

I have a program that made with c# and it has include more pictures and files. And how I make an exe that include all of images and files.
Sahan Chinthaka's user avatar
2 votes
3 answers
525 views

How to get last 'n' bytes of .exe file in java?

I need to get last 22 Bytes as end of central directory in self extracting .exe file in java (No command line, No terminal solutions please). I tried to read content of .exe file using ...
user2771151's user avatar
0 votes
1 answer
2k views

About generate self-extracting exe with Winrar

I have to admit that I have been blocked by this problem a couple of days. It was started with that I was looking for a tool to generate an installation exe that could pack some programs developed by ...
ske's user avatar
  • 5,204
0 votes
1 answer
4k views

Winrar Sfx get Icon from executable

i don't know if it is right to ask here but I have a really quick question. I have an executable file which already has an icon and I plan to use winrar sfx to create a mini installer for it. My ...
Jomar Sevillejo's user avatar
5 votes
4 answers
10k views

self extracting zip taking arguments

I am looking for a tool that will allow me to create a self extracting executable file which can take arguments. The arguments will later be passed on to the batch file that is residing within the ...
tsragravorogh's user avatar
1 vote
0 answers
94 views

unzipping self-extracting 7-zip exe files in java [duplicate]

Possible Duplicate: How can I read from a Winzip self-extracting (exe) zip file in Java? I need to unzip self-extracting 7-zip exe files in java. I tried looking through many posts which did not ...
Eric Kim's user avatar
  • 10.9k
3 votes
3 answers
11k views

Trying to execute self extracting zip file silently in command line

I have these self extracting zip files that I'm trying to extract on 2008/7 machines remotely. But they are coming in a way of .exe and it require user to double click and choose the extractions ...
Dmitry R's user avatar
  • 3,176
0 votes
1 answer
4k views

Run self extracting exe after extraction C# - DotNetZip

I am trying to create a self extracting exe. Creating it is no problem. Where I am facing problems is Setting the extraction path where the exe exists Running the extracted exe. For the second part,...
user avatar
0 votes
4 answers
2k views

Extracting self-extracting exe archive via php

I have a problem. I have the service which is giving me .exe file which they claim is in fact zip archive. A self-extracting archive. Problem is that I am downloading that with my app (php) to server ...
user936600's user avatar
8 votes
2 answers
7k views

self-extractor that will extract and run a file

i have two files, an EXE an DLL the exe is a build of a vb.net application and i need the DLL in there too what i want is a self extractor that will put these files together, then when run it will ...
Alex Gordon's user avatar
  • 60.4k