I've been successfully using iExpress for years. Now, when generating the same .exe files that I always generate, iExpress is now giving me the error: Unable to end update of resources.
This error comes at the very end of the process. I see the…
I have a batch file invoking the "sqlcmd" drop and create procedure commands, it works fine on executing just the bat file. But when the .bat file is converted executable using iexpress(Windows tool), the application fails to run with the below…
I want to compile my files into 1 setup that automatically extracts files without "Choose Installation Directory" dialog box.
I have a folder named SETUP, inside the folder there is 1 BAT file and another folder named MYFILES which has 3 files…
I am trying to use I Express and I came across an article stating that it has some vulnerability.
Here is the link: https://en.wikipedia.org/wiki/IExpress.
This is the message from the link:
Security
The self-extracting packages created with…
I'm trying to write a batch file that creates a new directory in %programfiles%. It needs to be run as admin. I've tried:
runas /user:admin-pc\admin "mkdir C:\Program Files\MyDir"
runas /user:admin-pc\admin "mkdir \"C:\Program Files\MyDir\""
runas…
this is a simplistic example of my problem:
I have this simple bundle
the eee.exe is the result of IEXPRESS of two files
eee.bat
eee.txt
IEXPRESS runs cmd…
I am trying to create an installation package for my program that I can send to other people who don't have any programming background and presumably cannot use the command line. The program itself is fairly user friendly, but it requires the…
I use iexpress.exe to quickly create a simple installer based on a batch file. The IExpress Wizards provides the option "Only restart if needed".
But how can I tell from the batch file that a restart is required? I tried using exit code 3016 as in…
I have this VB script which I later compiled it together with some dll files using IExpress. Sometimes when a user run this script it will return an error message stating that certain dll file is not found.
From what I under is, the installer which…
ok...Im a new member here and I can express how jolly I am...back to subject
I made a bat file, lets call it 1.bat and I used iexpress to make it an exe file, lets call it 1.exe.
So, in the batch file I added the command line to add a vbs file (…
I'd like to know about two things about SED format in iexpress.exe
Q1: How to setup folder as datasource in SED format?
Q2: Where is exist an official documentation about this format?
this is my first post here. I saw plenty of similar issues but mine is kinda specific. To get into subject i need to make single file executable with python which i did with py2exe and Iexpress. Everything worked perfectly untill i included pictures…
I have an application which uses thirdparty dlls that need .Net 4.0.
So, I packaged .Net exe using iexpress with my installer which is created using Wix.
However, later I came to know that it needs to reboot the machine after installing .Net 4.0…
ok so i've used iexpress a few times without a problem. i created a nice little program for my buddies and i and i'm now in the process of creating a installation package for it. i like iexpress cause it makes it easy and has the license agreement…
I have created a .sed file for input in iexpress.exe. The entry in .sed file has two applications. One is a batch file and another is an .exe file, for example:
AppLaunched=cmd.exe /c abc.bat
AppLaunched2=setup.exe
After creating the setup and…