Questions tagged [iexpress]

Windows utility to create self-extracting setup files

IExpress.exe is a Windows utility for creating self-extracting setup files. Instructions on using it can be found at, for example, https://learn.microsoft.com/en-us/cpp/ide/deploying-visual-cpp-application-by-using-the-vcpp-redistributable-package.

92 questions
-3
votes
2 answers

Error With Batch Install Command - IExpress

I am trying to make an EXE file that will extract it's contents, put them in their proper DIR, then run the main startup file(fileOne.jar). You can see how I do so by watching this video --> [Here] <--, or read this I ran IExpress, left everything…
anon
-4
votes
1 answer

Cannot send arguments to batch file converted to application via IExpress

I have made a batch file which contains personal data, so to hide it from other people and to post it, I decided to "encrypt" it converting it to exe via IExpress. My batch file is named prime.bat and it is located in %userprofile%. Here are the…
double-beep
  • 5,031
  • 17
  • 33
  • 41
1 2 3 4 5 6
7