installation Linqpad5/6 activation troubles
Hi,
the -activate and -activateall switch during the CLI installation does not work. I have to activate my version manually.
Here is the log during the installation with some censored text. I have installed over existing installing and also uninstall completly before I installed it again.
Does someone experience this behavior and can help me out?
Thanks
EDIT: if someone is asking: yes the key is working
2020-07-13 15:54:43.917   Log opened. (Time zone: UTC+02:00)
2020-07-13 15:54:43.917   Setup version: Inno Setup version 5.5.9 (a)
2020-07-13 15:54:43.917   Original Setup EXE: 
\LINQPad.exe
2020-07-13 15:54:43.917   Setup command line: /SL5="censored,D:\LINQPad.exe" -activateall=censored /log=log
2020-07-13 15:54:43.917   Windows version: 10.0.18363  (NT platform: Yes)
2020-07-13 15:54:43.917   64-bit Windows: Yes
2020-07-13 15:54:43.917   Processor architecture: x64
2020-07-13 15:54:43.917   User privileges: Administrative
2020-07-13 15:54:43.918   64-bit install mode: No
2020-07-13 15:54:43.921   Created temporary directory: C:\Users\ft\AppData\Local\Temp\is-7PA4J.tmp
2020-07-13 15:54:47.809   Starting the installation process.
2020-07-13 15:54:47.813   Directory for uninstall files: C:\Program Files (x86)\LINQPad5
2020-07-13 15:54:47.819   Will append to existing uninstall log: C:\Program Files (x86)\LINQPad5\unins000.dat
2020-07-13 15:54:47.821   -- File entry --
2020-07-13 15:54:47.822   Dest filename: C:\Program Files (x86)\LINQPad5\unins000.exe
2020-07-13 15:54:47.823   Time stamp of our file: 2020-07-13 15:54:43.671
2020-07-13 15:54:47.823   Dest file exists.
2020-07-13 15:54:47.823   Time stamp of existing file: 2020-07-13 15:50:41.262
2020-07-13 15:54:47.823   Version of our file: 51.52.0.0
2020-07-13 15:54:47.920   Version of existing file: 51.52.0.0
2020-07-13 15:54:47.920   Installing the file.
2020-07-13 15:54:47.923   Uninstaller requires administrator: Yes
2020-07-13 15:54:47.923   Leaving temporary file in place for now.
2020-07-13 15:54:47.923   -- File entry --
2020-07-13 15:54:47.924   Dest filename: C:\Program Files (x86)\LINQPad5\LINQPad.exe.config
2020-07-13 15:54:47.924   Time stamp of our file: 2020-05-24 11:30:10.000
2020-07-13 15:54:47.924   Dest file exists.
2020-07-13 15:54:47.924   Time stamp of existing file: 2020-05-24 11:30:10.000
2020-07-13 15:54:47.924   Installing the file.
2020-07-13 15:54:47.926   Successfully installed the file.
2020-07-13 15:54:47.926   -- File entry --
2020-07-13 15:54:47.927   Dest filename: C:\Program Files (x86)\LINQPad5\LINQPad.exe
2020-07-13 15:54:47.927   Time stamp of our file: 2020-05-24 11:30:10.000
2020-07-13 15:54:47.927   Dest file exists.
2020-07-13 15:54:47.927   Time stamp of existing file: 2020-05-24 11:30:10.000
2020-07-13 15:54:47.927   Installing the file.
2020-07-13 15:54:49.654   Successfully installed the file.
2020-07-13 15:54:50.262   -- File entry --
2020-07-13 15:54:50.263   Dest filename: C:\Program Files (x86)\LINQPad5\LPRun.exe
2020-07-13 15:54:50.263   Time stamp of our file: 2020-05-24 11:30:00.000
2020-07-13 15:54:50.263   Dest file exists.
2020-07-13 15:54:50.264   Time stamp of existing file: 2020-05-24 11:30:00.000
2020-07-13 15:54:50.264   Installing the file.
2020-07-13 15:54:50.271   Successfully installed the file.
2020-07-13 15:54:50.272   -- File entry --
2020-07-13 15:54:50.272   Dest filename: C:\Program Files (x86)\LINQPad5\LPRun.exe.config
2020-07-13 15:54:50.273   Time stamp of our file: 2020-05-24 11:30:10.000
2020-07-13 15:54:50.273   Dest file exists.
2020-07-13 15:54:50.273   Time stamp of existing file: 2020-05-24 11:30:10.000
2020-07-13 15:54:50.273   Installing the file.
2020-07-13 15:54:50.277   Successfully installed the file.
2020-07-13 15:54:50.277   -- Icon entry --
2020-07-13 15:54:50.277   Dest filename: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\LINQPad\LINQPad 5.lnk
2020-07-13 15:54:50.278   Creating the icon.
2020-07-13 15:54:50.302   Successfully created the icon.
2020-07-13 15:54:50.304   -- Icon entry --
2020-07-13 15:54:50.304   Dest filename: C:\Users\franz.tang\Desktop\LINQPad 5.lnk
2020-07-13 15:54:50.305   Creating the icon.
2020-07-13 15:54:50.315   Successfully created the icon.
2020-07-13 15:54:50.332   Installation process succeeded.
2020-07-13 15:54:50.762   Need to restart Windows? No
2020-07-13 15:54:52.210   -- Run entry --
2020-07-13 15:54:52.210   Run as: Original user
2020-07-13 15:54:52.210   Type: Exec
2020-07-13 15:54:52.210   Filename: C:\Program Files (x86)\LINQPad5\LINQPad.exe
2020-07-13 15:54:52.559   Deinitializing Setup.
2020-07-13 15:54:52.570   Log closed.
Comments
- 
            
For the setup, you need to use /activateall= instead of -activateall=
 - 
            
oh i see, thx let me try it
 - 
            
it helps, thx for it
 
