Trouble Version 9.0 code signing

Bugs, errors in the program.
Post Reply
jc17276
Posts: 7
Joined: Fri Sep 28, 2018 9:58 am

Trouble Version 9.0 code signing

Post by jc17276 »

I'm trying to code sign each of my setup file but I'm running into trouble.
I've broken out installers for each state, and for each version of my access database that is attached to the installer ( 2010 and 2016 )
like:
1a.Membership System 2010U32.aip which creates Setup2010u32.exe
2a.Membership System 2016U32.aip which creates Setup2016u32.exe

each one of these aip are in a fold for that state like IL with a number ( some states have 6 or more setup's )

** the line below works and signs the setup fine
/K ""c:\SignTool" sign /f "C:\myname.pfx" /p mypassword "C:\11Databases\(BW)MASTER 2014\BW Actual Installer\FOP2016\IL14\UpDate Installer\Setup2010u32.exe""

here is my trouble, When I change from 2010 to 2016 aip and or the STATE the code sign stays with the last opened:
/K ""c:\SignTool" sign /f "C:\myname.pfx" /p mypassword "C:\11Databases\(BW)MASTER 2014\BW Actual Installer\FOP2016\IL14\UpDate Installer\Setup2010u32.exe""

so when i goto OH it should read:
/K ""c:\SignTool" sign /f "C:\myname.pfx" /p mypassword "C:\11Databases\(BW)MASTER 2014\BW Actual Installer\FOP2016\OH14\UpDate Installer\Setup2010u32.exe"" or the Setup2016u32.exe if that the aip i selected.

hope you can help me

thanks again
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: Trouble Version 9.0 code signing

Post by Leo »

Replace the full path of setup exe file with a variable <SetupExe>
Leo,
Actual Installer Team
https://www.actualinstaller.com
jc17276
Posts: 7
Joined: Fri Sep 28, 2018 9:58 am

Re: Trouble Version 9.0 code signing

Post by jc17276 »

Thank I think i got it now 8-) 8-)
Last edited by jc17276 on Wed Apr 06, 2022 4:16 pm, edited 1 time in total.
Post Reply