I have a bootstrapper executable (setup.exe), which in turn, executes
an msi package stored in the executable. When I run this executable
under an admin account on Vista, I get the secure desktop prompt. This
prompt has a .tmp file name on it. I was hoping that the name would be
setup.exe and not a temp file name. Does anybody know why this happens?
Thanks.
Rob
The temporary file name begins with 1st three characters of the real
filename. When I click on the details, I see the full file path as
below. The temp file name keeps changing everytime I double-click the
executable.
set6E17.tmp
<publisher's name>
"C:\Temp\setup.exe"
I am not able to locate set6E17.tmp file in %TEMP%, %TMP%, and
%WINDIR%\Temp.
<pg.g...@gmail.com> wrote in message
news:1165000120.8...@j72g2000cwa.googlegroups.com...
I found a way to get rid of it. When signing the setup.exe, if a
signing description is provided, then that description shows up on the
consent/elevation prompt.
signtool sign ....... /d "My Signing Description"
Thanks
Mike
<pg.g...@gmail.com> wrote in message
news:1165005961.3...@l12g2000cwl.googlegroups.com...
Setup.exe is our own written. Does it matter?
Thanks.